This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Query Parameters
apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
Set to account for this endpoint.
action
string
default:"addresstokennftbalance"
Set to addresstokennftbalance for this endpoint.
address
string
default:"0x6b52e83941eb10f9c613c395a834457559a80114"
Address to check for NFT holdings.
Page number for pagination.
Number of records per page.
curl "https://api.etherscan.io/v2/api?chainid=1&module=account&action=addresstokennftbalance&address=0x6b52e83941eb10f9c613c395a834457559a80114&page=1&offset=100&apikey=YourApiKeyToken"
{
"status": "0",
"message": "NOTOK",
"result": "Maximum rate limit reached"
}