GET /account/currencies/{account}
GET

/v1/account/currencies/{account}

Sendable/receivable currencies

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/account/currencies/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/account/currencies/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response2 ms · just now · 0.2 KB · 10 lines
https://api.xrpl.to/v1/account/currencies/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
{
  "success": true,
  "took": 1,
  "account": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE",
  "send_currencies": [
    "4555524356000000000000000000000000000000",
    "4F55534700000000000000000000000000000000"
  ],
  "receive_currencies": []
}

What it does

Sendable/receivable currencies

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