Skip to main content

Tokens

Get GRC20-Token TotalSupply by ContractAddress

Returns the current amount of an GRC-20 token in circulation.

https://gatescan.org/api
?module=stats
&action=tokensupply
&contractaddress=0x02d06Ff5867C0797d2b9C338838Dc1c3A8BFfca2
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
contractaddressthe contract address of the GRC-20 token

Get GRC20-Token Account Balance for TokenContractAddress

Returns the current balance of an GRC-20 token of an address.

https://gatescan.org/api
?module=account
&action=tokenbalance
&contractaddress=0x02d06Ff5867C0797d2b9C338838Dc1c3A8BFfca2
&address=0xc6ef7050fBe638ffD992343C4C8271B9aF605D6c
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
contractaddressthe contract address of the GRC-20 token
addressthe string representing the address to check for token balance

Get Historical GRC20-Token TotalSupply by ContractAddress & BlockNo

Returns the amount of an GRC-20 token in circulation at a certain block height.

https://gatescan.org/api
?module=stats
&action=tokensupplyhistory
&contractaddress=0x02d06Ff5867C0797d2b9C338838Dc1c3A8BFfca2
&blockno=1000001
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
contractaddressthe contract address of the GRC-20 token
addressthe string representing the address to check for token balance

Get Historical GRC20-Token Account Balance for TokenContractAddress by BlockNo

Returns the balance of an GRC-20 token of an address at a certain block height.

https://gatescan.org/api
?module=account
&action=tokenbalancehistory
&contractaddress=0x02d06Ff5867C0797d2b9C338838Dc1c3A8BFfca2
&address=0xc6ef7050fBe638ffD992343C4C8271B9aF605D6c
&blockno=1000001
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
contractaddressthe contract address of the GRC-20 token
blocknothe integer block number to check total supply for eg. 1000001
addressthe string representing the address to check for token balance

Get Token Holder List by Contract Address

Return the current token holders and number of tokens held.

https://gatescan.org/api
?module=token
&action=tokenholderlist
&contractaddress=0x02d06Ff5867C0797d2b9C338838Dc1c3A8BFfca2
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
contractaddressthe contract address of the GRC-20 token

Get Token Info by ContractAddress

Returns project information and social media links of an GRC20/GRC721/GRC1155 token.

https://gatescan.org/api
?module=token
&action=tokeninfo
&contractaddress=0x02d06Ff5867C0797d2b9C338838Dc1c3A8BFfca2
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
contractaddressthe contract address of the GRC-20 token

Get Address GRC20 Token Holding

Returns the GRC-20 tokens and amount held by an address.

https://gatescan.org/api
?module=account
&action=addresstokenbalance
&address=0xc6ef7050fBe638ffD992343C4C8271B9aF605D6c
&page=1
&offset=100
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
addressthe string representing the address to check for balance
pagethe integer page number, if pagination is enabled
offsetthe number of transactions displayed per page

Get Address GRC721 Token Holding

Returns the GRC-721 tokens and amount held by an address.

https://gatescan.org/api
?module=account
&action=addresstokennftbalance
&address=0x1877f7f5d174e154833fe2e2fe9817b37654538d
&page=1
&offset=100
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
addressthe string representing the address to check for balance
pagethe integer page number, if pagination is enabled
offsetthe number of transactions displayed per page

Get Address GRC721 Token Inventory By Contract Address

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

https://gatescan.org/api
?module=account
&action=addresstokennftinventory
&address=0x1877f7f5d174e154833fe2e2fe9817b37654538d
&contractaddress=0x12c4394ff84f8cc5ec7d01b4e7c6364f0abf3fb5
&page=1
&offset=100
&apikey=YourApiKeyToken

Try this endpoint in your broswer

ParameterDescription
addressthe string representing the address to check for balance
contractaddressthe string representing the GRC-20 token contractaddress to check for inventory
pagethe integer page number, if pagination is enabled
offsetthe number of transactions displayed per page

Last updated on 2025/06/05