v1

latestOpenAPI 3.1.02026-07-22163829.6 KB
Market Maker

Confirm Quote

Submit the EIP-712 settlement signature for an accepted quote. Sign the order from the quote:accepted WebSocket message with the wallet key for order.maker and POST it before the confirmationDeadline. The backend verifies the signature recovers to order.maker.

post/v1/mm/quotes/{quoteId}/confirm

Path parameters

quoteIdstring required
Example:8f3c2b1a-1d2e-4c3b-9a8f-6e5d4c3b2a1f

Server-generated quote ID from Submit Quote (also echoed in quote:accepted).

Request body

signaturestring required

EIP-712 signature over the order from quote:accepted, signed with the order.maker key.

Example request

{
  "signature": "0xabcdef..."
}

Response

Signature verified; order returned to the trader

successtrue required
All 16 operations