Profile data endpoints
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.
get/public/{domain}/nfts
Path parameters
domainstring required
The domain name to query profile data
Query parameters
symbolsstring
Comma separated list of ticker symbols to query NFT data
limitnumber
The maximum number of NFT records to retrieve
cursorstring
The paging cursor used in combination with the limit parameter
resolveboolean
Indicate whether off-chain NFT metadata should be retrieved (default, true)
Response
Domain NFT data
SerializedNftResponse required