---
title: "Get RFQ market data"
method: GET
path: "/rfqs/{rfq_id}/bbo"
tags: ["Rfqs"]
---

# Get RFQ market data

`GET /rfqs/{rfq_id}/bbo`

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`.

## Path parameters

- `rfq_id` string, required

## Response `200`

OK

- ResponsesRfqBboResult
  - `best_ask_price` string
  - `best_ask_quantity` string
  - `best_bid_price` string
  - `best_bid_quantity` string
  - `created_at` integer — Unix milliseconds
  - `legs` ResponsesRfqBboLegResult[]
    - `best_ask_iv` string — Options legs only
    - `best_ask_price` string
    - `best_ask_quantity` string
    - `best_bid_iv` string — Options legs only
    - `best_bid_price` string
    - `best_bid_quantity` string
    - `mark_price` string
    - `mark_price_iv` string — Options legs only
    - `market` string — Paradex market symbol
  - `mark_price` string
  - `max_price` string — Upper bound of the acceptable price band
  - `min_price` string — Lower bound of the acceptable price band
  - `rfq_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/e8fca3e578c7/schema)
