WS /ws/account/watch/{account}
WS

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

Live account activity feed (parsed tx events)

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/account/watch/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
QueryValueDescription
historyint 0-25 (default: 10) — recent txs replayed with historical: true
wscat -c 'wss://api.xrpl.to/ws/account/watch/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
A stream: connect with the code on the right, or wscat.

Response

Messages you receiveas documented
{ type: "subscribed", account } then per-tx event payloads

What it does

Live account activity feed (parsed tx events)

OpenAPI