/v1/nft-thumb/{hash}
NFT image/thumbnail (original format, CSP-sandboxed for SVG)
Request
https://api.xrpl.to/v1/nft-thumb/1b79e10fcf707a39a114e52f2a181555s| Path parameter | Value | Description |
|---|---|---|
| hash | an NFT's files[].thumbnail.small, .medium or .large from GET /nft/{nftId} (or a collection's logoNft) |
| Query parameter | Value | Description |
|---|---|---|
| hash | an NFT's files[].thumbnail.small, .medium or .large from GET /nft/{nftId} (or a collection's logoNft) |
curl 'https://api.xrpl.to/v1/nft-thumb/1b79e10fcf707a39a114e52f2a181555s'
Response
https://api.xrpl.to/v1/nft-thumb/1b79e10fcf707a39a114e52f2a181555sWhat it does
NFT image/thumbnail (original format, CSP-sandboxed for SVG)
- Notes
- Needs an API key (401 without one): send X-Api-Key, or ?apiKey= where headers cannot be sent.