Get RFQ market data

Returns live strategy-level and per-leg market data for one RFQ. The response contains the best bid and ask, available quantities, mark price, acceptable price band, and per-leg market data. Decimal values are encoded as strings. Implied-volatility fields are populated for option legs when supplied by the venue. The RFQ must be visible to the authenticated account and currently available from the venue. Unknown, closed, or inaccessible RFQs return `404 Not Found`.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

rfq_idstringRequired

Paradigm-issued RFQ id

Response

OK
best_ask_pricestringOptional
best_ask_quantitystringOptional
best_bid_pricestringOptional
best_bid_quantitystringOptional
created_atintegerOptional
Unix milliseconds
legslist of objectsOptional
mark_pricestringOptional
max_pricestringOptional
Upper bound of the acceptable price band
min_pricestringOptional
Lower bound of the acceptable price band
rfq_idstringOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error