Tokens
Last updated
Last updated
EndPoint | EtherScan | SocialScan |
---|---|---|
[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
Query Parameters
Returns the amount of an ERC-20 token in circulation at a certain block height.
Query Parameters
[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
[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
[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
[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
Returns the ERC-1155 tokens and amount held by an address
Query Parameters
Returns the ERC-721 token inventory of an address, filtered by contract address.
Query Parameters
Try this endpoint in your browser
Parameter | Description |
---|---|
Tip : The result
is returned in the token's smallest decimal representation.
Try this endpoint in your browser
Parameter | Description |
---|---|
Tip : The result
is returned in the token's smallest decimal representation.
Try this endpoint in your browser
Parameter | Description |
---|---|
Tip : The result
is returned in the token's smallest decimal representation.
Try this endpoint in your browser
Parameter | Description |
---|---|
Try this endpoint in your browser
Parameter | Description |
---|---|
Try this endpoint in your browser
Parameter | Description |
---|---|
Try this endpoint in your browser
Parameter | Description |
---|---|
Try this endpoint in your browser
Parameter | Description |
---|---|
Try this endpoint in your browser
Parameter | Description |
---|---|
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
✅
✅
contractaddress
the contract address
of the ERC-20 token
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance
blockno
the integer
block number to check total supply for eg. 8000000
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
contractaddress
the contract address
of the ERC-20/ERC-721 token to retrieve token info
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
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
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
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