WS /ws/holders/{id}
WS

wss://api.xrpl.to/ws/holders/{id}

Token holder richlist streaming (id = token md5)

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/holders/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
idA token id: its md5, slug or issuer_currency
QueryValueDescription
limitint 1-100 (default: 50) — honored per-socket in snapshot and broadcasts
wscat -c 'wss://api.xrpl.to/ws/holders/0dd550278b74cb6690fdae351e8e0df3'
A stream: connect with the code on the right, or wscat.

Response

Messages you receive
initial: { type, md5, total, summary: { top10Hold, top20Hold, top50Hold, top100Hold }, holders[] }; updates: { e: "update", E, s, total, holders[] }

What it does

Token holder richlist streaming (id = token md5)

OpenAPI