WS /ws/account/offers/{account}
WS

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

Open DEX offers streaming

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
QueryValueDescription
pairpair hash
md5token id (32-hex) — filter offers to one token
pageint >= 0 (default: 0)
limitint 1-50 (default: 10)
wscat -c 'wss://api.xrpl.to/ws/account/offers/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
A stream: connect with the code on the right, or wscat.

Response

Connect and every message is JSON; see the notes below for what each one carries.

What it does

Open DEX offers streaming

OpenAPI