POST /launch-token/{sessionId}/image
POST

/v1/launch-token/{sessionId}/image

Upload token image (base64, max 500KB)

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/launch-token/{sessionId}/image
Path parameterValueDescription
sessionId
Body
Body fieldsas documented
{ imageData }
curl -X POST 'https://api.xrpl.to/v1/launch-token/{sessionId}/image'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

Upload token image (base64, max 500KB)

OpenAPI