Place new offer on an open RFQ
RFQs
Place new offer on an open RFQ
Place a new offer on the specified open RFQ. At least one of bid or ask must be provided.
Note: This is currently available exclusively in the Kraken pre-prod environments.
POST
Place new offer on an open RFQ
Authorizations
General API key with full access
Authentication string
Path Parameters
Unique identifier for the RFQ
Query Parameters
The bid price in USD
Example:
"12.0353200"
The ask price in USD
Example:
"12.0353200"
JSON-encoded per-leg bid pricing. Format: [{"tradeable": "PI_XBTUSD", "price": 100}].
When provided, bid/ask query params must be omitted.
JSON-encoded per-leg ask pricing. Format: [{"tradeable": "PI_XBTUSD", "price": 101}].
When provided, bid/ask query params must be omitted.