GET /account/channels/{account}
GET

/v1/account/channels/{account}

Payment channels

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/account/channels/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
Query parameterValueDescription
destinationstring
limitint (max 400)
markerstring
curl 'https://api.xrpl.to/v1/account/channels/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

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

What it does

Payment channels

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