RFQ

Request Quote (RFQ)

post
/v1/quotes

Request a quote for a currency conversion. Specify deliver quantity or receive quantity, but not both.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
or
Responses
chevron-right
200

Successful response

application/json
quoteIdstring · uuidOptional
requestedAtstring · date-timeOptional

Date-time in ISO 8601 format

Example: 2024-08-01T18:44:05Z
expiresAtstring · date-timeOptional

Date-time in ISO 8601 format

Example: 2024-08-01T18:44:05Z
accountIdstring · uuidOptional
pairstringOptionalExample: BTC-USD
sidestring · enumOptionalExample: BUYPossible values:
deliverQuantitystring · numberOptionalExample: 103.06
deliverCurrencystringOptionalExample: USD
receiveQuantitystring · numberOptionalExample: 0.0016
receiveCurrencystringOptionalExample: BTC
pricestring · numberOptionalExample: 64237.47
baseQuantitystring · numberOptionalExample: 0.0016
quoteQuantitystring · numberOptionalExample: 10.74
feeCurrencystringOptionalExample: USD
clientFeeRatestring · integerOptional

The client fee rate in bps.

Example: 30
clientFeeQuantitystring · floatOptionalExample: 0.10
providerFeeRatestring · integerOptional

The provider fee rate in bps.

Example: 30
providerFeeQuantitystring · numberOptionalExample: 0.08
quoteStatusstring · enumOptionalPossible values:
clientReferencestring · nullableOptional
tradeTaxRatestring · numberOptionalExample: 5
clientTaxQuantitystring · numberOptionalExample: 0.54
providerTaxQuantitystring · numberOptionalExample: 0.43
post
/v1/quotes

Cancel Quote (RFQ)

delete
/v1/quotes/{quoteId}

Cancel a previously requested quote.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
quoteIdstring · uuidRequired

The quoteId returned by the Request Quote

Responses
chevron-right
200

OK

application/json
quoteIdstring · uuidOptional
quoteStatusstringOptionalExample: CANCELED
canceledAtstring · date-timeOptional

Date-time in ISO 8601 format

Example: 2024-08-01T18:44:05Z
delete
/v1/quotes/{quoteId}

Execute a Quote (RFQ)

post
/v1/orders

Execute a previously requested quote. Creates an Order and Executes it. Retuns both the order and the execution.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
quoteIdstring · uuidRequired

The quoteId returned by Request Quote

clientReferencestringOptional
Responses
chevron-right
200

Successful response

application/json
post
/v1/orders

Last updated