curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/communications/quotes/{quote_id}
{
"quote": {
"accepted_side": "<string>",
"accepted_ts": "2023-11-07T05:31:56Z",
"cancellation_reason": "<string>",
"cancelled_ts": "2023-11-07T05:31:56Z",
"confirmed_ts": "2023-11-07T05:31:56Z",
"contracts": 123,
"created_ts": "2023-11-07T05:31:56Z",
"creator_id": "<string>",
"creator_order_id": "<string>",
"creator_user_id": "<string>",
"executed_ts": "2023-11-07T05:31:56Z",
"id": "<string>",
"market_ticker": "<string>",
"no_bid": 123,
"rest_remainder": true,
"rfq_creator_id": "<string>",
"rfq_creator_order_id": "<string>",
"rfq_creator_user_id": "<string>",
"rfq_id": "<string>",
"status": "<string>",
"updated_ts": "2023-11-07T05:31:56Z",
"yes_bid": 123
}
}
Endpoint for getting a particular quote
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/communications/quotes/{quote_id}
{
"quote": {
"accepted_side": "<string>",
"accepted_ts": "2023-11-07T05:31:56Z",
"cancellation_reason": "<string>",
"cancelled_ts": "2023-11-07T05:31:56Z",
"confirmed_ts": "2023-11-07T05:31:56Z",
"contracts": 123,
"created_ts": "2023-11-07T05:31:56Z",
"creator_id": "<string>",
"creator_order_id": "<string>",
"creator_user_id": "<string>",
"executed_ts": "2023-11-07T05:31:56Z",
"id": "<string>",
"market_ticker": "<string>",
"no_bid": 123,
"rest_remainder": true,
"rfq_creator_id": "<string>",
"rfq_creator_order_id": "<string>",
"rfq_creator_user_id": "<string>",
"rfq_id": "<string>",
"status": "<string>",
"updated_ts": "2023-11-07T05:31:56Z",
"yes_bid": 123
}
}
Quote ID
The response is of type object
.