# Retrieve NFTs Retrieves NFT data for a given address. Authentication with an API key is required. Endpoint: GET /user/{address}/nfts Version: 1.0.0 ## Path parameters: - `address` (string, required) The wallet address to retrieve NFT data. Supported addresses include EVM, Solana and Bitcoin. ## Header parameters: - `Authorization` (string, required) The JWT access token that authorizes the request Example: "my-jwt-access-token" ## Query parameters: - `symbols` (string) 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. Example: "ETH,MATIC,SOL" - `collection` (string) The collection to query NFT data Example: "unstoppable-domains" - `limit` (number) The maximum number of NFT records to retrieve Example: 50 - `cursor` (string) The paging cursor used in combination with the limit parameter Example: "desiredPage" ## Response 200 fields (application/json): - `SYMBOL` (object) ## Response 400 fields ## Response 404 fields