WS /ws/creator/{identifier}
WS

wss://api.xrpl.to/ws/creator/{identifier}

Creator activity stream (identifier = token md5 or creator address)

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/creator/0dd550278b74cb6690fdae351e8e0df3
Path parameterValueDescription
identifierA token id: its md5, slug or issuer_currency
wscat -c 'wss://api.xrpl.to/ws/creator/0dd550278b74cb6690fdae351e8e0df3'
A stream: connect with the code on the right, or wscat.

Response

Messages you receive
initial: { type, identifier, count, events[] }; live: { type: "activity", h (tx hash), r (engine result — anything but tesSUCCESS is a rejected attempt), t, s (side), y (tx type), x (xrp), a (token amount), c (currency), token, creator?, fa? }

What it does

Creator activity stream (identifier = token md5 or creator address)

OpenAPI