WS /ws/social
WS

wss://api.xrpl.to/ws/social

X/Twitter mentions feed

AuthNone — works without a key

Request

WSwss://api.xrpl.to/ws/social
QueryValueDescription
md5token id (omit for global feed)
wscat -c 'wss://api.xrpl.to/ws/social'
A stream: connect with the code on the right, or wscat.

Response

Messages you receiveas documented
{ type: "subscribed", md5|"global" }, 2-min backfill { e: "mention", backfill: true }, live { e: "mention" } and sentiment patches { e: "sentiment" }

What it does

X/Twitter mentions feed

Messages you send
subscribe { md5 } to switch scope
OpenAPI