Event-driven connectivity for payments and trading.
See the Websocket trading and stablecoin payments guides for a hands-on introduction.The WebSocket connections provide a number of advantages when compared to the v2 API, including real-time event notifications, minimized data transfers over the network and reduced latency when compared to a polling strategy.
wss://
) connection is established, each feed begins streaming data, subject to the rate limits.
Both Production and Sandbox data feeds have a built-in, instantaneous failover.
Clients should have a reconnection mechanism in case of server disconnection.
wss://ws.paxos.com
wss://ws.sandbox.paxos.com
/executiondata
- All markets execution data/executiondata/{market}
- Single market execution data/marketdata
- All markets order book data/marketdata/{market}
- Single market order book data/marketdata/stablecoin/{market}
- Stablecoin market price dataSee the API Reference section for detailed channel specifications and message formats.
match_number
)amount=0
: Remove the price level from the order bookamount>0
: Add or update the price level with the new amountside
field to determine whether to update bids (BUY
) or asks (SELL
)