getWalletNFTs
Retrieve all NFTs owned by a specific wallet address, including indexed collections. Filter by contract, exclude spam, and access metadata, media, or sale prices. Indexing starts automatically for new collections.
Instructions
Get NFTs owned by a given address.
- The response will include status [SYNCED/SYNCING] based on the contracts being indexed.
- Use the token_address param to get results for a specific contract only
- Note that results will include all indexed NFTs
- Any request that includes the token_address param will start the indexing process for that NFT collection the very first time it is requested.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The address of the wallet | |
cursor | No | The cursor returned in the previous response (used for getting the next page). | |
exclude_spam | No | Should spam NFTs be excluded from the result? | |
format | No | The format of the token ID | |
include_prices | No | Should NFT last sale prices be included in the result? | |
limit | No | The desired page size of the result. | |
media_items | No | Should preview media data be returned? | |
normalizeMetadata | No | Should normalized metadata be returned? | |
token_addresses | No | The addresses to get balances for (optional) |