WS /ws/history/{md5}
WS

wss://api.xrpl.to/ws/history/{md5}

Trade history streaming

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/history/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
md5The token's md5 (md5 of issuer_currency)
QueryValueDescription
limitint 1-100 (default: 20, initial snapshot rows)
typetrades|liquidity|all (default: trades)
pair_typexrp — only fills with an XRP side
wscat -c 'wss://api.xrpl.to/ws/history/0dd550278b74cb6690fdae351e8e0df3'
A stream: connect with the code on the right, or wscat.

Response

Messages you receive
initial: { type, md5, count, trades[] }; updates: { e: "trades", E, s, trades[] } (filters apply per-socket)

What it does

Trade history streaming

OpenAPI