Token
?module=token
https://instance_base_url/api?module=token
https://instance_base_url/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 |
|
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 |
|
page | optional nonnegative |
offset | optional nonnegative |
Get bridged tokens list
bridgedTokenList
Returns an array of bridged token information (uses native bridge application and only returns when applicable - depends on implementation).
Example
Parameter | Description |
---|---|
chainID | nonnegative |
page | optional nonnegative |
offset | optional nonnegative |
Last updated