evm_getwalletnfts
Retrieve all NFTs owned by a wallet address, including on-chain and off-chain metadata, floor prices, and rarity. Optionally filter by specific token contracts and exclude spam NFTs for precise results.
Instructions
Fetch all NFTs held by a specified wallet address. Use token_addresses
to filter by one or many specific contract(s). Each NFT returned includes on-chain metadata as well as off-chain metadata, floor prices, rarity and more where available.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address of the wallet | |
chain | No | The chain to query | eth |
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 | decimal |
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) |