Retrieve NFTs
Retrieves NFT data for a given address. Authentication with an API key is required.
Path parameters
The wallet address to retrieve NFT data. Supported addresses include EVM, Solana and Bitcoin.
Query parameters
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.
The collection to query NFT data
The maximum number of NFT records to retrieve
The paging cursor used in combination with the limit parameter
Headers
The JWT access token that authorizes the request
Response
Paginated NFT data
Changes
No recorded changes to this endpoint across all 1 revision of this API.