GET /nft-thumb/{hash}
GET

/v1/nft-thumb/{hash}

NFT image/thumbnail (original format, CSP-sandboxed for SVG)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft-thumb/1b79e10fcf707a39a114e52f2a181555s
Path parameterValueDescription
hashan NFT's files[].thumbnail.small, .medium or .large from GET /nft/{nftId} (or a collection's logoNft)
Query parameterValueDescription
hashan 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

200Example response2 ms · just now
https://api.xrpl.to/v1/nft-thumb/1b79e10fcf707a39a114e52f2a181555s
Endpoint response

What 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.
An NFT is its 64-character NFTokenID.
OpenAPI