Submit a quote
Submit a signed maker quote for an active RFQ. Requires CLOB L2 authentication for the maker role.
REST does not assign a quote ID — generate quote_id client-side.
Authorizations
CLOB API key
Wallet address associated with the API key
HMAC-SHA256 signature of the request
CLOB API key passphrase
Unix timestamp of the request
Body
A signed maker quote.
Maker-generated quote ID (required for REST submissions).
"quote_<id>"
RFQ ID from the RFQ_REQUEST.
"rfq_<id>"
"0xYourSigner"
"0xYourQuoterWallet"
CLOB signature type:
0EOA1POLY_PROXY2GNOSIS_SAFE3POLY_1271
0, 1, 2, 3 0
Quote price in six-decimal fixed-point units (must be positive).
"450000"
Fillable share count in six-decimal fixed-point units (must be positive). Note this differs from the request's size field, which may be notional or shares.
"1000000"
Signed Exchange v3 order. Combinatorial RFQ trades settle through Exchange v3.
Optional quote expiry in Unix milliseconds.
Response
Current RFQ snapshot after the quote was accepted
Point-in-time view of an RFQ and its competition/confirmation windows.
The RFQ request as stored by the engine.
Lifecycle status of the RFQ
CREATED, COLLECTING_QUOTES, AWAITING_REQUESTER_ACCEPTANCE, AWAITING_MAKER_CONFIRMATION, EXECUTING, FILLED, FAILED, EXPIRED, CANCELED, REJECTED Unix milliseconds.
Unix milliseconds.
Unix milliseconds.
Unix milliseconds.
The selected executable bundle of maker allocations.