Token
?module=token
https://quaiscan.io/api?module=token
https://quaiscan.io/api?module=token
Get ERC-20 or ERC-721 token by contract address
getToken
Info on name, symbol, supply and type for a token contract address.
Example
Parameter
Description
contractaddress
string
containing the contract address hash - a 160-bit code used for identifying contracts.
Get token holders by contract address
getTokenHolders
Returns an array of token holder's accounts and amounts held for a specified token contract address.
Example
Parameter
Description
contractaddress
string
containing the contract address hash of the ERC-20/ERC-721 token
page
optional nonnegative integer
representing the page number used for pagination. 'offset' must also be provided.
offset
optional nonnegative integer
representing the max number of records to return when paginating. 'page' must also be provided.
Last updated