event channel for market-wide feeds, event-{event_id} for per-event BBO and order-book updates, and private channels for account-specific order and position updates.
Terminology: event = a question; market = an outcome.
Examples below use
https://api.futuur.com/v2.0. Private channel authorization calls POST https://api.futuur.com/v2.0/pusher/auth/. See Authentication for HMAC signing and Authorization for private channel setup.Client setup
Include the Pusher JS client:Next steps
- Authorization — authorize private user channels with HMAC
- Channels and events — full channel and event catalog with payloads
Related
- Order book — REST endpoint for full depth beyond top-N
- Reading the order book — interpret bid/ask depth
- Authentication — HMAC signing for private channel auth