Retrieve all NFTs owned by a specified wallet across supported blockchains, including contract details, token metadata, ownership, and optional pagination.
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. |
page
or offset
can be used for pagination.blockchains
is not provided, results include all supported chains.pagination
param by default set it to `false’.1
Wallet NFTs response
The response is of type object
.