{
"type": "rfq_created",
"sid": 15,
"msg": {
"id": "rfq_123",
"creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"contracts": 100,
"target_cost": 35,
"target_cost_dollars": "0.35",
"created_ts": "2024-12-01T10:00:00Z"
}
}
{
"type": "rfq_deleted",
"sid": 15,
"msg": {
"id": "rfq_123",
"creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"contracts": 100,
"target_cost": 35,
"target_cost_dollars": "0.35",
"deleted_ts": "2024-12-01T10:05:00Z"
}
}
{
"type": "quote_created",
"sid": 15,
"msg": {
"quote_id": "quote_456",
"rfq_id": "rfq_123",
"quote_creator_id": "comm_def456",
"rfq_creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"yes_bid": 35,
"no_bid": 65,
"yes_bid_dollars": "0.35",
"no_bid_dollars": "0.65",
"yes_contracts_offered": 100,
"no_contracts_offered": 200,
"rfq_target_cost": 35,
"rfq_target_cost_dollars": "0.35",
"created_ts": "2024-12-01T10:02:00Z"
}
}
{
"type": "quote_accepted",
"sid": 15,
"msg": {
"quote_id": "quote_456",
"rfq_id": "rfq_123",
"quote_creator_id": "comm_def456",
"rfq_creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"yes_bid": 35,
"no_bid": 65,
"yes_bid_dollars": "0.35",
"no_bid_dollars": "0.65",
"accepted_side": "yes",
"yes_contracts_offered": 100,
"no_contracts_offered": 200,
"rfq_target_cost": 35,
"rfq_target_cost_dollars": "0.35"
}
}
Real-time Request for Quote (RFQ) and quote notifications. Requires authentication.
Requirements:
Use case: Tracking RFQs you create and quotes on your RFQs, or quotes you create on others’ RFQs
{
"type": "rfq_created",
"sid": 15,
"msg": {
"id": "rfq_123",
"creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"contracts": 100,
"target_cost": 35,
"target_cost_dollars": "0.35",
"created_ts": "2024-12-01T10:00:00Z"
}
}
{
"type": "rfq_deleted",
"sid": 15,
"msg": {
"id": "rfq_123",
"creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"contracts": 100,
"target_cost": 35,
"target_cost_dollars": "0.35",
"deleted_ts": "2024-12-01T10:05:00Z"
}
}
{
"type": "quote_created",
"sid": 15,
"msg": {
"quote_id": "quote_456",
"rfq_id": "rfq_123",
"quote_creator_id": "comm_def456",
"rfq_creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"yes_bid": 35,
"no_bid": 65,
"yes_bid_dollars": "0.35",
"no_bid_dollars": "0.65",
"yes_contracts_offered": 100,
"no_contracts_offered": 200,
"rfq_target_cost": 35,
"rfq_target_cost_dollars": "0.35",
"created_ts": "2024-12-01T10:02:00Z"
}
}
{
"type": "quote_accepted",
"sid": 15,
"msg": {
"quote_id": "quote_456",
"rfq_id": "rfq_123",
"quote_creator_id": "comm_def456",
"rfq_creator_id": "comm_abc123",
"market_ticker": "FED-23DEC-T3.00",
"event_ticker": "FED-23DEC",
"yes_bid": 35,
"no_bid": 65,
"yes_bid_dollars": "0.35",
"no_bid_dollars": "0.65",
"accepted_side": "yes",
"yes_contracts_offered": 100,
"no_contracts_offered": 200,
"rfq_target_cost": 35,
"rfq_target_cost_dollars": "0.35"
}
}
API key authentication required for WebSocket connections. The API key should be provided during the WebSocket handshake.
Notification when an RFQ is created
Notification when an RFQ is deleted
Notification when a quote is created on an RFQ
Notification when a quote is accepted