explorer_get_nft_inventory
List NFT collections and token IDs held by an address on a given chain. Supply chain ID and wallet address to retrieve paginated NFT inventory.
Instructions
List NFT collections and token IDs owned by an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| pageSize | No | Results per page (default varies by endpoint) |