wss://api.xrpl.to/ws/creator/{identifier}
Creator activity stream (identifier = token md5 or creator address)
Request
wss://api.xrpl.to/ws/creator/0dd550278b74cb6690fdae351e8e0df3| Path parameter | Value | Description |
|---|---|---|
| identifier | A token id: its md5, slug or issuer_currency |
wscat -c 'wss://api.xrpl.to/ws/creator/0dd550278b74cb6690fdae351e8e0df3'
Response
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)