POST /account/names
POST

/v1/account/names

Resolve account display names + verification status in bulk (max 50)

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/account/names
Body
Body fieldsas documented
{ accounts[] }
curl -X POST 'https://api.xrpl.to/v1/account/names'
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.
Shapeas documented
{ success, names: { address: name } }

What it does

Resolve account display names + verification status in bulk (max 50)

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI