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
account
Paradex account enabled for RFQ access
status
Current RFQ enablement status
subkey_public_key
Public key used for delegated RFQ trading, when available
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error