---
title: "Enable RFQ access"
method: POST
path: "/account/paradigm/enable"
tags: ["Rfqs"]
---

# Enable RFQ access

`POST /account/paradigm/enable`

Enables RFQ access for the authenticated account.

Call this operation once before using the RFQ API. It has no request body and
only initializes the account associated with the Bearer token. The operation
is idempotent, so calling it again safely returns the current enabled state.

A successful response has status `ENABLED` and identifies the account and
delegated RFQ trading public key.

## Response `200`

OK

- ResponsesParadigmEnableResponse
  - `account` string — Paradex account enabled for RFQ access
  - `status` 'ENABLED' — Current RFQ enablement status
  - `subkey_public_key` string — Public key used for delegated RFQ trading, when available

## 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)
