Tokens
Compare With EtherScan
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
✅
✅
Get ERC20-Token TotalSupply by ContractAddress
[https://docs.etherscan.io/api-endpoints/tokens#get-erc20-token-totalsupply-by-contractaddress]
Returns the current amount of an ERC-20 token in circulation.
Query Parameters
contractaddress
the contract address
of the ERC-20 token
Get ERC20-Token Account Balance for TokenContractAddress
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance
Get Historical ERC20-Token TotalSupply by ContractAddress & BlockNo
Returns the amount of an ERC-20 token in circulation at a certain block height.
Get Historical ERC20-Token Account Balance for TokenContractAddress by BlockNo
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance
blockno
Get Token Holder List by Contract Address
[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
Get Token Info by ContractAddress
[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
Get Address ERC20 Token Holding
[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
Get Address ERC721 Token Holding
[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
Get Address ERC1155 Token Holding
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
Get Address ERC721 Token Inventory By Contract Address
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
Last updated