/v1/thumb/{md5}
Token thumbnail (WebP)
Request
https://api.xrpl.to/v1/thumb/0dd550278b74cb6690fdae351e8e0df3| Path parameter | Value | Description |
|---|---|---|
| md5 | the token id |
| Query parameter | Value | Description |
|---|---|---|
| md5 | the token id | |
| w | 16|32|40|48|64|96|128 (default: 48) | |
| v | source mtime (ms) — exact match returns immutable 1-year cache headers |
curl 'https://api.xrpl.to/v1/thumb/0dd550278b74cb6690fdae351e8e0df3'
Response
https://api.xrpl.to/v1/thumb/0dd550278b74cb6690fdae351e8e0df3What 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.