Skip to main content
POST
Cancels an open RFQ before it expires or is filled. Only the original requesterAddress may cancel. Once cancelled, the RFQ transitions to CANCELLED and no further quotes or acceptances are accepted.

Authentication

Requires an instance API key with the trading service enabled.

Idempotency

This endpoint accepts an optional Idempotency-Key header. Reusing a key with a different body returns IDEMPOTENCY_MISMATCH.

Path Parameters

string
required
The RFQ identifier. Max 100 characters.

Request Body

string
required
EVM address of the requester. Must match the RFQ’s original requesterAddress. Format 0x[a-fA-F0-9]{40}.

Error Codes