v1
latestOpenAPI 3.1.02026-07-22163829.6 KBMarket 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
Example request
{
"signature": "0xabcdef..."
}Response
Signature verified; order returned to the trader