v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Wallet data endpoints

Retrieve NFTs

Retrieves NFT data for a given address. Authentication with an API key is required.

get/user/{address}/nfts

Path parameters

addressstring required

The wallet address to retrieve NFT data. Supported addresses include EVM, Solana and Bitcoin.

Query parameters

symbolsstring

Comma separated list of ticker symbols to query NFT data. For example an EVM address may be provided, which may specify multiple chains. The symbols=MATIC would indicate only Polygon data is requested. Omitting the symbols parameter will return data for all blockchains associated with the address.

collectionstring

The collection to query NFT data

limitnumber

The maximum number of NFT records to retrieve

cursorstring

The paging cursor used in combination with the limit parameter

Headers

Authorizationstring required

The JWT access token that authorizes the request

Response

Paginated NFT data

SYMBOLSerializedNftResponse