Websocket Streams

Endpoint: wss://stream.faas.finance/v1

For high frequency trading or real time dashboards, use the WebSocket API to receive push updates without polling.

Channels:

  1. ticker:{symbol}: Real time unified probability updates.

  2. depth:{symbol}: Updates on the aggregated order book.

  3. execution:{account_id}: Updates on your private order fills.

Subscription Message:

{
  "op": "subscribe",
  "channel": "ticker:FED-DEC25-CUT"
}

Last updated