Enable RFQ access

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.

Authentication

Authorizationstring
API Key authentication via header

Response

OK
accountstringOptional
Paradex account enabled for RFQ access
statusenumOptional
Current RFQ enablement status
subkey_public_keystringOptional
Public key used for delegated RFQ trading, when available

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error