HomeDocumentationAPI Reference
Log In
API Reference

Send Quote Debug

Sends a quote in response to an RFQ request.
The legs supplied in the parameters must exactly match those in the RFQ.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Optional client that sent the quote

string
enum
required

Quote direction, buy means trading each leg at its direction, sell means trading each leg in the opposite direction.

Allowed:
string

Optional user-defined label for the quote

legs
array of objects
required

Quote legs

legs*
string
required

Max fee ($ for the full trade). Request will be rejected if the supplied max fee is below the estimated fee for this trade.

boolean
Defaults to false

Whether the quote is tagged for market maker protections (default false)

integer
required

Unique nonce defined as a concatenated UTC timestamp in ms and random number up to 6 digits (e.g. 1695836058725001, where 001 is the random number)

uuid
required

RFQ ID the quote is for

string
required

Ethereum signature of the quote

integer
required

Unix timestamp in seconds. Expiry MUST be at least 310 seconds from now. Once time till signature expiry reaches 300 seconds, the quote will be considered expired. This buffer is meant to ensure the trade can settle on chain in case of a blockchain congestion.

string
required

Owner wallet address or registered session key that signed the quote

integer
required

Subaccount ID

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json