GET /thumb/{md5}
GET

/v1/thumb/{md5}

Token thumbnail (WebP)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/thumb/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
md5the token id
Query parameterValueDescription
md5the token id
w16|32|40|48|64|96|128 (default: 48)
vsource mtime (ms) — exact match returns immutable 1-year cache headers
curl 'https://api.xrpl.to/v1/thumb/0dd550278b74cb6690fdae351e8e0df3'

Response

200Example response15 ms · just now
https://api.xrpl.to/v1/thumb/0dd550278b74cb6690fdae351e8e0df3
Endpoint response

What it does

Token thumbnail (WebP)

Notes
Needs an API key (401 without one): send X-Api-Key, or ?apiKey= where headers cannot be sent. Fetch it from your server and cache it — a key in a public page's <img> src is visible to everyone.
A token id can be its md5, slug or issuer_currency. How to build an md5 →
OpenAPI