Tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
Get ERC20-Token TotalSupply by ContractAddress
✅
✅
Get ERC20-Token Account Balance for TokenContractAddress
✅
✅
Get Historical ERC20-Token TotalSupply by ContractAddress & BlockNo
✅
🛠️
Get Historical ERC20-Token Account Balance for TokenContractAddress by BlockNo
✅
✅
Get Token Holder List by Contract Address
✅
✅
Get Token Info by ContractAddress
✅
✅
Get Address ERC20 Token Holding
✅
✅
Get Address ERC721 Token Holding
✅
✅
Get Address ERC1155 Token Holding
-
✅
Get Address ERC721 Token Inventory By Contract Address
✅
🛠️
[https://docs.etherscan.io/api-endpoints/tokens#get-erc20-token-totalsupply-by-contractaddress]
Returns the current amount of an ERC-20 token in circulation.
Try this endpoint in your browser
Query Parameters
contractaddress
the contract address
of the ERC-20 token
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
address
the string
representing the address to check for token balance
blockno
[https://docs.etherscan.io/api-endpoints/tokens#get-token-holder-list-by-contract-address]
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
[https://docs.etherscan.io/api-endpoints/tokens#get-token-info-by-contractaddress]
Returns project information and social media links of an ERC20/ERC721/ERC1155 token.
Query Parameters
contractaddress
the contract address
of the ERC-20/ERC-721 token to retrieve token info
[https://docs.etherscan.io/api-endpoints/tokens#get-address-erc20-token-holding]
Returns the ERC-20 tokens and amount held by an address.
Query Parameters
address
the string
representing the address to get ERC-20 tokens holding
page
the integer
page number, if pagination is enabled
offset
he number of transactions displayed per page
[https://docs.etherscan.io/api-endpoints/tokens#get-address-erc721-token-holding]
Returns the ERC-721 tokens and amount held by an address.
Query Parameters
address
the string
representing the address to get ERC-1155 tokens holding
page
the integer
page number, if pagination is enabled
offset
he number of transactions displayed per page
Returns the ERC-1155 tokens and amount held by an address
Query Parameters
address
the string
representing the address to get ERC-1155 tokens holding
page
the integer
page number, if pagination is enabled
offset
he 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 get ERC-721 tokens inventory
contractaddress
the string
representing the ERC-721 token contractaddress to check for inventory
page
the integer
page number, if pagination is enabled
offset
he number of transactions displayed per page
Tip : The result
is returned in the token's smallest decimal representation.
Try this endpoint in your browser
Try this endpoint in your browser
Tip : The result
is returned in the token's smallest decimal representation.
Try this endpoint in your browser
Try this endpoint in your browser
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 browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser
Try this endpoint in your browser