wss://api.xrpl.to/ws/holders/{id}
Token holder richlist streaming (id = token md5)
Request
wss://api.xrpl.to/ws/holders/0dd550278b74cb6690fdae351e8e0df3| Path parameter | Value | Description |
|---|---|---|
| id | A token id: its md5, slug or issuer_currency |
| Query | Value | Description |
|---|---|---|
| limit | int 1-100 (default: 50) — honored per-socket in snapshot and broadcasts |
wscat -c 'wss://api.xrpl.to/ws/holders/0dd550278b74cb6690fdae351e8e0df3'
Response
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)