---
title: "List RFQs"
method: GET
path: "/rfqs"
tags: ["Rfqs"]
---

# List RFQs

`GET /rfqs`

Lists the authenticated account's RFQs, most recent first.

This is a synchronous read from the RFQ venue. It returns one unpaginated page
of up to 100 RFQs. Each result includes the venue-issued RFQ identifier,
lifecycle state, quantity, legs, counterparties, timestamps, and optional
close reason. Venue state and close-reason strings are passed through.

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `closed_reason` string — Empty while open
    - `counterparties` string[] — Maker desk tickers the RFQ was sent to
    - `created_at` integer — Unix milliseconds
    - `expires_at` integer
    - `id` string — Venue-issued RFQ id
    - `label` string — User label
    - `legs` ResponsesRfqLegResult[]
      - `market` string — Paradex market symbol
      - `price` string — Hedge legs only
      - `ratio` string
      - `side` 'BUY' | 'SELL'
    - `quantity` string — Total strategy size
    - `state` 'OPEN' | 'CLOSED'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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/0574c98df104/schema)
