GET /account-thumb/{address}
GET

/v1/account-thumb/{address}

Admin-set account logo image bytes (404 when unset)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/account-thumb/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
addressAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/account-thumb/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
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

Admin-set account logo image bytes (404 when unset)

Notes
Needs an API key (401 without one): send X-Api-Key, or ?apiKey= where headers cannot be sent.
An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI