Tokens
Last updated
Last updated
Returns the current amount of an ERC-20 token in circulation.
https://api.arbiscan.io/api
?module=stats
&action=tokensupply
&contractaddress=0x51318b7d00db7acc4026c88c3952b66278b6a67f
&apikey=YourApiKeyToken
Try this endpoint in your browser
Query Parameters
contractaddress
the contract address
of the ERC-20 token
Returns the current balance of an ERC-20 token of an address.
https://api.arbiscan.io/api
?module=account
&action=tokenbalance
&contractaddress=0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a
&address=0x1aeedd3727a6431b8f070c0afaa81cc74f273882
&tag=latest&apikey=YourApiKeyToken
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for token balance
Returns the historical amount of a ERC-20 token in circulation at a certain block height.
https://api.arbiscan.io/api
?module=stats
&action=tokensupplyhistory
&contractaddress=0x831753dd7087cac61ab5644b308642cc1c33dc13
&blockno=20071631
&apikey=YourApiKeyToken
Query Parameters
contractaddress
the contract address
of the ERC-20 token
blockno
the integer
block number to check total supply for eg. 4000000
Returns the balance of a ERC-20 token of an address at a certain block height.
https://api.arbiscan.io/api
?module=account
&action=tokenbalancehistory
&contractaddress=0x831753dd7087cac61ab5644b308642cc1c33dc13
&address=0x019ba0325f1988213d448b3472fa1cf8d07618d7
&blockno=20169066
&apikey=YourApiKeyToken
Query Parameters
contractaddress
the contract address
of the ERC-20 token
address
the string
representing the address to check for balance
blockno
the integer
block number to check total supply for eg. 400000
https://api.arbiscan.io/api
?module=account
&action=addresstokenbalance
&address=0xf977814e90da44bfa03b6295a0616a897441acec
&page=1
&offset=2
&apikey=YourApikeyToken
Query Parameters
Parameter
Description
address
the string
representing the address to check for Token Holdings
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
https://api.arbiscan.io/api
?module=account
&action=addresstokennftbalance
&address=0xbb60feb89db9397444cf3c03fe65f6f05c32bd24
&page=1
&offset=2
&apikey=YourApiKeyToken
Query Parameters
Parameter
Description
address
the string
representing the address to check for Token Holdings
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
https://api.arbiscan.io/api
?module=account
&action=addresstokennftinventory
&address=0x3dd14d553cfd986eac8e3bddf629d82073e188c8
&contractaddress=0x5d340658400E1D2352262c7c361ace0366bf6c24
&page=1
&offset=20
&apikey=YourApiKeyToken
Query Parameters
Parameter
Description
address
the string
representing the address to check for inventory
contractaddress
the contract address
of the ERC-721 token
page
the integer
page number, if pagination is enabled
offset
the number of transactions displayed per page
https://api.arbiscan.io/api
?module=token
&action=tokenholderlist
&contractaddress=0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9&
&page=1
&offset=10
&apikey=YourApiKeyToken
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
Returns project information and social media links of an ERC-20/ERC-721 token.
https://api.arbiscan.io/api
?module=token
&action=tokeninfo
&contractaddress=0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39
&apikey=YourApiKeyToken
Query Parameters
contractaddress
the contract address
of the ERC-20/ERC-721 token to retrieve token info
Try this endpoint in your browser
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 browser
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 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
Try this endpoint in your browser
Try this endpoint in your browser
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your browser