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

# List RFQ drafts

`GET /rfqs/drafts`

Lists the authenticated account's stored RFQ drafts, most recent first.

The response is unpaginated because each account may store at most 20 drafts.
Drafts are private to the account and have no effect on venue RFQs until their
contents are submitted through `POST /v1/rfqs`.

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `created_at` integer — Unix milliseconds
    - `id` string — Opaque application-generated RFQ draft identifier
    - `legs` ResponsesRfqLegResult[]
      - `market` string — Paradex market symbol
      - `price` string — Hedge legs only
      - `ratio` string
      - `side` 'BUY' | 'SELL'
    - `quantity` string
    - `strategy` string — User-facing strategy label
    - `updated_at` integer — Unix milliseconds

## 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/e8fca3e578c7/schema)
