Skip to main content
GET
/
v2
/
api
Get Address ERC721 Token Holding
curl --request GET \
  --url https://api.etherscan.io/v2/api
{
  "status": "0",
  "message": "NOTOK",
  "result": "Maximum rate limit reached"
}

Documentation Index

Fetch the complete documentation index at: https://docs.etherscan.io/llms.txt

Use this file to discover all available pages before exploring further.

This is a PRO endpoint, available to the Standard Plan and above
This endpoint is throttled to 2 calls/second regardless of API Pro tier.

Query Parameters

apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
chainid
string
default:"1"
Chain ID to query, eg 1 for Ethereum, 8453 for Base from our supported chains.
module
string
default:"account"
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
integer
default:"1"
Page number for pagination.
offset
integer
default:"100"
Number of records per page. Use the page parameter for subsequent records.
{
  "status": "0",
  "message": "NOTOK",
  "result": "Maximum rate limit reached"
}