WS /ws/token/{md5}
WS

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

Single token real-time updates

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/token/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
md5The token's md5 (md5 of issuer_currency)
QueryValueDescription
fieldsticker|price|trading|full|all or comma-separated field list
deltatrue|1 — only changed fields in updates
wscat -c 'wss://api.xrpl.to/ws/token/0dd550278b74cb6690fdae351e8e0df3'
A stream: connect with the code on the right, or wscat.

Response

Messages you receiveas documented
{
  res,
  type: "initial",
  seq,
  time,
  fieldPreset,
  fieldCount,
  deltaMode,
  exch,
  H24,
  global,
  token
}

What it does

Single token real-time updates

Messages you send
setFields { fields }, setDelta { enabled: bool }, resync, auth { apiKey }
OpenAPI