Query Details
| Parameter | Required | Description |
|---|---|---|
wallet | Yes | Wallet address whose NFTs will be retrieved. |
blockchains | Cond. | Comma-separated list of blockchains to query (e.g., ethereum,polygon). Defaults to all supported chains. |
page | Cond. | Page number for paginated results. |
offset | Cond. | Number of records to skip before returning results. |
limit | Cond. | Maximum number of NFTs per response. |
pagination | Cond. | Set to "true" to include pagination metadata in the response. |
- Either
pageoroffsetcan be used for pagination. - If
blockchainsis not provided, results include all supported chains. paginationparam by default set it to `false’.
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
Minimum length:
1