- Fetch a wallet’s total NFT value broken down by chain
- List NFT collections sorted by floor value
- Drill into individual NFT positions with metadata
- Filter by specific collections
Prerequisites
- A Zerion API key (get one here)
- A wallet address to query
Steps
Next steps
- Use pagination to handle wallets with large NFT collections
- Include the
nft_collectionsrelationship in theincludeparameter to get full collection metadata in one request - Combine with the transactions endpoint to track NFT purchase and sale history