# Retrieves NFT data associated with blockchain accounts attached to a domain Retrieves NFT data associated with requested domain. Paging is supported using the limit and cursor query string parameters. Endpoint: GET /public/{domain}/nfts Version: 1.0.0 ## Path parameters: - `domain` (string, required) The domain name to query profile data ## Query parameters: - `symbols` (string) Comma separated list of ticker symbols to query NFT data Example: "ETH,MATIC,SOL" - `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" - `resolve` (boolean) Indicate whether off-chain NFT metadata should be retrieved (default, true) ## Response 404 fields