GET /nft-collection-thumb/{hash}
GET

/v1/nft-collection-thumb/{hash}

NFT collection cover image

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft-collection-thumb/97225f420393790dcb6d4ac46a047ff8
Path parameterValueDescription
hashthe collection's logoImage from GET /nft/collections/{slug}; without one, show /nft-thumb/{logoNft}
Query parameterValueDescription
hashthe collection's logoImage from GET /nft/collections/{slug}; without one, show /nft-thumb/{logoNft}
curl 'https://api.xrpl.to/v1/nft-collection-thumb/97225f420393790dcb6d4ac46a047ff8'

Response

200Example response3 ms · just now
https://api.xrpl.to/v1/nft-collection-thumb/97225f420393790dcb6d4ac46a047ff8
Endpoint response

What it does

NFT collection cover image

Notes
Needs an API key (401 without one): send X-Api-Key, or ?apiKey= where headers cannot be sent.
A collection is its slug, or its on-chain identity as issuer:taxon. Each NFT in it comes back with its NFTokenID, the id every NFT endpoint takes. Go to NFT →
OpenAPI