Confirm Quote
Market Maker
Confirm Quote
Submit the EIP-712 settlement signature for an accepted quote. Authenticated via the X-API-Key header.
POST
Confirm Quote
Submit the EIP-712 signature for a quote that was accepted (you received a
quote:accepted message on the post-trade WebSocket). Sign the order from that message with the wallet key for order.maker, then POST the signature here before the confirmationDeadline.
The backend verifies that your signature recovers to order.maker, returns the signed order to the trader, and emits quote:confirmed to you (and quote:rejected to other makers).
Authorizations
Maker API key (env-issued or self-serve from the dashboard). Maps to a stable makerId.
Path Parameters
Server-generated quote ID from Submit Quote (also echoed in quote:accepted).
Example:
"8f3c2b1a-1d2e-4c3b-9a8f-6e5d4c3b2a1f"
Body
application/json
EIP-712 signature over the order from quote:accepted, signed with the order.maker key.
Example:
"0xabcdef..."
Response
Signature verified; order returned to the trader
