/v1/nft-collection-thumb/{hash}
NFT collection cover image
Request
https://api.xrpl.to/v1/nft-collection-thumb/97225f420393790dcb6d4ac46a047ff8| Path parameter | Value | Description |
|---|---|---|
| hash | the collection's logoImage from GET /nft/collections/{slug}; without one, show /nft-thumb/{logoNft} |
| Query parameter | Value | Description |
|---|---|---|
| hash | the 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
https://api.xrpl.to/v1/nft-collection-thumb/97225f420393790dcb6d4ac46a047ff8What 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.