- Prices: Streams all symbols’ price information on Pacifica as they update
- Orderbook: Streams book data for given symbol at a set aggregation level as they update
- Best bid offer (BBO): Real-time updates of the best bid and ask prices and amounts for a specific symbol. Updates are sent whenever the top of book changes.
- Trades: Streams all trades on the taker side as they occur in a chosen market.
- Candle: Streams candle information for given symbol and candle time interval
- Mark price candle: Streams real-time mark price candlestick data for a specific market.
- Account margin: Streams all changes made to an account’s margin mode in any market.
- Account leverage: Streams all changes made to an account’s max leverage in any market.
- Account info: Streams all changes made to an account’s overall info such as equity, balance, order count, etc.
- Account positions: Streams all changes made to an account’s positions in any market. A position that has been fully closed will be streamed and return empty.
- Account order updates: Streams the amount and nature of changes made to any of an account’s open orders in any market.
- Account trades: Streams all trades that take place for an account
- Account transfers: Streams deposit, withdrawal, and transfer events for an account.
Subscriptions