Skip to main content
What you’ll build:
  • 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
Time: ~10 minutes

Prerequisites

Steps

Next steps

  • Use pagination to handle wallets with large NFT collections
  • Include the nft_collections relationship in the include parameter to get full collection metadata in one request
  • Combine with the transactions endpoint to track NFT purchase and sale history