Tokens
Last updated
Last updated
Endpoints with are under the API Pro subscription. To upgrade your API plan, browse through the page.
Returns the current amount of an ERC-20 token in circulation.
Try this endpoint in your
Query Parameters
contractaddress
the contract address
of the ERC-20 token
Returns the current balance of an ERC-20 token of an address.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance
Returns the amount of an ERC-20 token in circulation at a certain block height.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
blockno
Returns the balance of an ERC-20 token of an address at a certain block height.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for balance
blockno
Return the current ERC20 token holders and number of tokens held.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Return a simple count of the number of ERC20 token holders.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
Returns project information and social media links of an ERC20/ERC721/ERC1155 token.
📝 Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Query Parameters
contractaddress
the contract address
of the ERC-20/ERC-721 token to retrieve token info
Returns the ERC-20 tokens and amount held by an address.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Query Parameters
address
the string
representing the address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Returns the ERC-721 tokens and amount held by an address.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Query Parameters
address
the string
representing the address to check for balance
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
Returns the ERC-721 token inventory of an address, filtered by contract address.
Query Parameters
address
the string
representing the address to check for inventory
contractaddress
the string
representing the ERC-721 token contractaddress to check for inventory
page
the integer
page number, if pagination is enabled
offset
the number of records displayed per page
limited to 1000 records per query, use the page
parameter for subsequent records
Try this endpoint in your
Tip : The result
is returned in the token's smallest decimal representation.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
the integer
block number to check total supply for eg.
Tip : The result
is returned in the token's smallest decimal representation.
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
the integer
block number to check total supply for eg.
Tip : The result
is returned in the token's smallest decimal representation.
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Try this endpoint in your
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your