Setup Guide
Choose your integration path and follow the setup for your layer. See the Packages overview for installation, package descriptions, and peer dependencies.Need sign-in flows? Start with Authentication. For wire-level streaming details,
see WebSocket Protocol. For end-to-end implementations, see
Real-Time Orderbook and
Real-Time Charts.
- SDK (vanilla JS/TS)
- React (hooks)
- React (UI components)
- React (with auth)
No framework dependency. Works in browsers, Node.js, and React Native.
WebSocket endpoint
If you create raw sockets yourself, connect to:Next steps
Authentication
Add wallet, OAuth, or email sign-in on top of the base client setup.
WebSocket Protocol
Review the wire format, auth upgrade flow, heartbeat, and reconnection behavior.
Real-Time Orderbook
SDK, hooks, and UI recipes for live orderbook rendering.
Real-Time Charts
Build live OHLCV charts from REST history and WebSocket updates.