Skip to main content
GET
Get wallet nfts

Query Details

Notes:
  • Either page or offset can be used for pagination.
  • If blockchains is not provided, results include all supported chains.
  • pagination param by default set it to `false’.

Step-by-Step Tutorial and Video Walkthrough

  • Check out the guide: Here

Usage Examples

  • Query NFTs for a wallet on Ethereum
  • Query NFTs with pagination enabled across all supported chains:
  • Query NFTs for a wallet on Base and Ethereum

Query Parameters

wallet
string
required

Wallet address

Minimum string length: 1
blockchains
string

Comma-separated blockchain IDs

page
string

Page number (default: 1)

offset
string

Offset for pagination

limit
string

Maximum number of results (default: 100)

Response

200 - application/json

Wallet NFTs response

data
object[]
required
pagination
object | null
required