/v1/account/currencies/{account}
Sendable/receivable currencies
Request
https://api.xrpl.to/v1/account/currencies/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE| Path parameter | Value | Description |
|---|---|---|
| account | An XRPL account, its r-address |
curl 'https://api.xrpl.to/v1/account/currencies/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
Response
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