Account transfer updates
Endpoint:
wss://api.arcus.xyz/v1/ws— one socket multiplexes every channel and RPC request. Click Connect, then send the example subscribe message below to start receiving data.
Account transfer events (deposits, withdrawals, transfers, referral claims) for an account. Snapshot on subscribe contains the most recent events newest-first (isSnapshot: true); each streaming update carries a single event (isSnapshot: false) as it is applied by the engine.
Amounts and balances are human-readable decimal strings in quote currency. globalSequenceId gives strict ordering across all engine events. The equivalent REST read is GET /v1/accountTransferUpdates.