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:
ticker:{symbol}: Real time unified probability updates.depth:{symbol}: Updates on the aggregated order book.execution:{account_id}: Updates on your private order fills.
Subscription Message:
{
"op": "subscribe",
"channel": "ticker:FED-DEC25-CUT"
}Last updated
