/v1/token/{md5}/image
Upload token logo image. 3s per-token write cooldown.
Request
https://api.xrpl.to/v1/token/0dd550278b74cb6690fdae351e8e0df3/image| Path parameter | Value | Description |
|---|---|---|
| md5 | The token's md5 (md5 of issuer_currency) |
{ imageData: base64 PNG/JPEG/GIF/WebP (max ~650KB decoded) }
curl -X POST 'https://api.xrpl.to/v1/token/0dd550278b74cb6690fdae351e8e0df3/image'
Response
{ success, md5, imgUpdated }
What it does
Upload token logo image. 3s per-token write cooldown.