Skip to main content

Recent Activity

The recent activity stream uses the multiplex WebSocket endpoint:
This stream merges completed trades and spot fills into a single feed.

1. Subscription schema

Available filters

For type = "recent_activity":
  • There are no server-side filters (no user, no coin yet).
  • You receive a merged stream of:
    • stream: "completed_trades" entries
    • stream: "fills_spot" entries
Filtering by user / coin / side should be done client-side.

2. Subscribe: Recent activity (trades + fills)

Client message

Example server event


3. Unsubscribe


4. wscat example