Quote service
Cancel Quote Request
Cancel an active quote request.
POST
Cancel an active quote request. All pending market maker quotes are invalidated and the request is removed from the live stream. Returns
A Privy JWT (
204 No Content on success.
You can only cancel a quote request while its status is active.
Authentication
API key required. Pass your API key in theX-API-Key header. The key needs the trading:write scope.
Authorization: Bearer <jwt>) is also accepted — see Authentication.
Path parameters
string
required
The quote request ID (UUID).
Response
Returns204 No Content with no response body.
