wss://api.xrpl.to/ws/token/{md5}
Single token real-time updates
Request
wss://api.xrpl.to/ws/token/0dd550278b74cb6690fdae351e8e0df3| Path parameter | Value | Description |
|---|---|---|
| md5 | The token's md5 (md5 of issuer_currency) |
| Query | Value | Description |
|---|---|---|
| fields | ticker|price|trading|full|all or comma-separated field list | |
| delta | true|1 — only changed fields in updates |
wscat -c 'wss://api.xrpl.to/ws/token/0dd550278b74cb6690fdae351e8e0df3'
Response
{ res, type: "initial", seq, time, fieldPreset, fieldCount, deltaMode, exch, H24, global, token }
What it does
Single token real-time updates
setFields { fields }, setDelta { enabled: bool }, resync, auth { apiKey }