GET /account/gateway/{account}
GET

/v1/account/gateway/{account}

Gateway balances (issuer totals)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/account/gateway/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
Query parameterValueDescription
hotwalletcomma-separated addresses
curl 'https://api.xrpl.to/v1/account/gateway/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response3 ms · just now · 0.1 KB · 6 lines
https://api.xrpl.to/v1/account/gateway/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
{
  "success": true,
  "took": 1,
  "account": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE",
  "obligations": {}
}

What it does

Gateway balances (issuer totals)

Notes
Returns 503 "Account too large, retry shortly" on issuer-scale timeouts
An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI