WS /ws/account/balance/{account}
WS

wss://api.xrpl.to/ws/account/balance/{account}

Account XRP balance streaming

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/account/balance/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
wscat -c 'wss://api.xrpl.to/ws/account/balance/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
A stream: connect with the code on the right, or wscat.

Response

Messages you receive
initial adds inception/parent/domain/name; updates: { e: "balance", E, account, balance, total, balanceDrops, spendableDrops, reserve, ownerCount, sequence, flags }

What it does

Account XRP balance streaming

OpenAPI