Request for Quote (RFQ)
Cancel RFQ
Cancel an open request for quote
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 thetrading service enabled.
Idempotency
This endpoint accepts an optionalIdempotency-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}.