Skip to main content
POST
Cancel a quote request while its status is active. Every pending quote is invalidated, and the request is removed from the live stream.

Authentication

Send your API key in the X-API-Key header. The key needs the trading:write scope.
A Privy JWT (Authorization: Bearer <jwt>) is also accepted. See Authentication.

Path parameters

string
required
The quote request ID (UUID).

Response

Returns 204 No Content with no response body.

Errors