Retrieves the number of ERC-721 token IDs owned by a specific address for each NFT collection.
- Provider
- Etherscan (Ethereum Explorer)
- Input summary
- {"name":"chainid","type":"string","required":false,"description":"Chain ID to query, eg `1` for Ethereum, `8453` for Base from our supported chains."}, {"name":"module","type":"string","required":false,"description":"Set to `account` for this endpoint.","enum":["account"]}, {"name":"action","type":"string","required":false,"description":"Set to `addresstokennftinventory` for this endpoint.","enum":["addresstokennftinventory"]}, {"name":"address","type":"string","required":false,"description":"Address to check for inventory."}, {"name":"contractaddress","type":"string","required":false,"description":"ERC-721 token contract address to filter by."}, {"name":"page","type":"integer","required":false,"description":"Page number for pagination."}, {"name":"offset","type":"integer","required":false,"description":"Number of records per page. Limited to 1000 records per query; use the `page` parameter for subsequent records."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available