nft_tokens_by_address
Retrieve NFT tokens owned by a specific address, grouped by collection, with details on token IDs, metadata, and collection information. Supports pagination for large datasets.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | NFT owner address | |
chain_id | Yes | The ID of the blockchain | |
cursor | No | The pagination cursor from a previous response to get the next page of results. |