Skip to main content
DELETE
Withdraw your active quote from a quote request. If the quote has already expired naturally, the response indicates already_expired instead of returning an error.
Withdraw only to retract a current version quote you no longer want to honor — for example, your price moved before the user committed. You do not need to withdraw when the request changes version: your prior version quote is invalidated automatically. To quote the new version, submit again with the new request_version and request_hash.

Authentication

API key required. Pass your market maker API key in the X-API-Key header.

Path parameters

string
required
The quote request ID (UUID).

Request body (optional)

integer
The request version your quote was submitted for. Defaults to the current version if omitted.
string
The request hash your quote was submitted for. Defaults to the current hash if omitted.

Response

Returns 204 No Content when the quote is successfully withdrawn. If the quote had already expired naturally, returns 200 OK:

Errors