v4
latestOpenAPI 3.0.02026-08-04103181301.4 KBGet Quotes
Endpoint for getting quotes
Query parameters
Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.
Restricts the response to quotes last updated after a timestamp, formatted as a Unix Timestamp
Restricts the response to quotes last updated before a timestamp, formatted as a Unix Timestamp
Parameter to specify the number of results per page. Defaults to 500.
Filter quotes by status
Filter quotes by quote creator user ID
Omit or leave empty to return all results. Use self to filter by the authenticated user.
Filter for quotes created by the authenticated user.
Omit or leave empty to return all results. Use self to filter by the authenticated user.
Filter for quotes responding to RFQs created by the authenticated user.
Filter quotes by RFQ creator user ID
Filter quotes by RFQ creator subtrader ID (FCM members only)
Filter quotes by RFQ ID
Response
Quotes retrieved successfully
Example response
{
"quotes": [
{
"contracts_fp": "10.00",
"yes_bid_dollars": "0.5600",
"no_bid_dollars": "0.5600",
"rfq_target_cost_dollars": "0.5600",
"yes_contracts_fp": "10.00",
"no_contracts_fp": "10.00"
}
]
}