evm_getwalletnftcollections
Retrieve all NFT collections owned by a specified wallet address, including on-chain and off-chain metadata, floor prices, and token counts, with options to exclude spam and include sale prices.
Instructions
Fetch all NFT Collections held by a specified wallet address. Each Collection returned includes on-chain metadata as well as off-chain metadata, floor prices and more where available.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The wallet address of the owner of NFTs in the collections | |
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? | |
include_prices | No | Should NFT last sale prices be included in the result? | |
limit | No | The desired page size of the result. | |
token_counts | No | Should token counts per collection be included in the response? |