Cancel an open RFQ (taker)
Authorization
ApiKeyAuth In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/rfq/string"{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Create an RFQ (taker) POST
Requests quotes for a `base`/`quote` swap from `invitedMakers` (party hints; every invited maker must currently be reachable — a listed but offline maker is a 400). `direction` is from the taker's side: SELL — you sell the base for the quote instrument. The RFQ expires after `ttlSeconds` unless a quote is accepted first. You cannot invite yourself.
Active incoming RFQs of the key's party (REST alternative to the stream) GET
The same RFQs as the /maker/stream snapshot, plus `myQuote` — this party's quote (or null). Polling is legitimate for simple bots, but the canonical path is the WebSocket: it also carries quote statuses and settlement progress.