Tokens

Compare With EtherScan

EndPoint
EtherScan
SocialScan

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.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=stats
   &action=tokensupply
   &contractaddress=0x09bc4e0d864854c6afb6eb9a9cdf58ac190d0df9
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

contractaddress

the contract address of the ERC-20 token

Get ERC20-Token Account Balance for TokenContractAddress

[https://docs.etherscan.io/api-endpoints/tokens#get-erc20-token-account-balance-for-tokencontractaddress]

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=tokenbalance
   &contractaddress=0x201eba5cc46d216ce6dc03f6a759e8e766e956ae
   &address=0xd08c50f7e69e9aeb2867deff4a8053d9a855e26a
   &tag=latest&apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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

[https://docs.etherscan.io/api-endpoints/tokens#get-historical-erc20-token-totalsupply-by-contractaddress-and-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

[https://docs.etherscan.io/api-endpoints/tokens#get-historical-erc20-token-account-balance-for-tokencontractaddress-by-blockno]

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=tokenbalancehistory
   &contractaddress=0x201eba5cc46d216ce6dc03f6a759e8e766e956ae
   &address=0xd08c50f7e69e9aeb2867deff4a8053d9a855e26a
   &blockno=8000000
   &apikey=YourApiKeyToken 

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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

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.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=token
   &action=tokenholderlist
   &contractaddress=0xdeaddeaddeaddeaddeaddeaddeaddeaddead1111
   &page=1
   &offset=5
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=token
   &action=tokeninfo
   &contractaddress=0xf93a85d53e4af0d62bdf3a83ccfc1ecf3eaf9f32
   &apikey=YourApiKeyToken 

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=addresstokenbalance
   &address=0xf89d7b9c864f589bbf53a82105107622b35eaa40
   &page=1
   &offset=100
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=addresstokennftbalance
   &address=0xf89d7b9c864f589bbf53a82105107622b35eaa40
   &page=1
   &offset=100
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=addresstoken1155balance
   &address=0x66c623746decd4e7b53d7b0d9e8ad2eb09074fcb
   &page=1
   &offset=100
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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

[https://docs.etherscan.io/api-endpoints/tokens#get-address-erc721-token-inventory-by-contract-address]

Returns the ERC-721 token inventory of an address, filtered by contract address.

https://api.w3w.ai/mantle/v1/developer/api
   ?module=account
   &action=addresstokennftinventory
   &address=0x03ddc4b60d6bbf399a8397d73462060fdfb83476
   &contractaddress=0x03ddc4b60d6bbf399a8397d73462060fdfb83476
   &page=1
   &offset=100
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Description

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

Was this helpful?