POST /account/resolve
POST

/v1/account/resolve

Batch-resolve admin-verified destination identity (name, logo, tagRequired). Only verified accounts are returned — absence means unknown, which is the safety signal.

AuthNone — works without a key

Request

POSThttps://api.xrpl.to/v1/account/resolve
Body
Body fieldsas documented
{ addresses: string[] (max 100) }
curl -X POST 'https://api.xrpl.to/v1/account/resolve'
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, took, count, accounts[] }

What it does

Batch-resolve admin-verified destination identity (name, logo, tagRequired). Only verified accounts are returned — absence means unknown, which is the safety signal.

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