Skip to main content
POST
Create quote

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
rfqId
string
required
buyPrice
string
required

Price offered for a requester BUY order; the quote creator takes SELL.

sellPrice
string
required

Price offered for a requester SELL order; the quote creator takes BUY.

restRemainder
boolean
required
account
string
required
postOnly
boolean

Response

200 - application/json

A successful response.

quoteId
string