RFQ
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
200
Successful response
application/json
quoteIdstring · uuidOptional
requestedAtstring · date-timeOptionalExample:
Date-time in ISO 8601 format
2024-08-01T18:44:05ZexpiresAtstring · date-timeOptionalExample:
Date-time in ISO 8601 format
2024-08-01T18:44:05ZaccountIdstring · uuidOptional
pairstringOptionalExample:
BTC-USDsidestring · enumOptionalExample:
BUYPossible values: deliverQuantitystring · numberOptionalExample:
103.06deliverCurrencystringOptionalExample:
USDreceiveQuantitystring · numberOptionalExample:
0.0016receiveCurrencystringOptionalExample:
BTCpricestring · numberOptionalExample:
64237.47baseQuantitystring · numberOptionalExample:
0.0016quoteQuantitystring · numberOptionalExample:
10.74feeCurrencystringOptionalExample:
USDclientFeeRatestring · integerOptionalExample:
The client fee rate in bps.
30clientFeeQuantitystring · floatOptionalExample:
0.10providerFeeRatestring · integerOptionalExample:
The provider fee rate in bps.
30providerFeeQuantitystring · numberOptionalExample:
0.08quoteStatusstring · enumOptionalPossible values:
clientReferencestring · nullableOptional
tradeTaxRatestring · numberOptionalExample:
5clientTaxQuantitystring · numberOptionalExample:
0.54providerTaxQuantitystring · numberOptionalExample:
0.43400
Validation Error
401
Unauthorized
403
Insufficient Privileges
4XX
Client error
5XX
Server error
post
/v1/quotesCancel 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
200
OK
application/json
quoteIdstring · uuidOptional
quoteStatusstringOptionalExample:
CANCELEDcanceledAtstring · date-timeOptionalExample:
Date-time in ISO 8601 format
2024-08-01T18:44:05Z400
Validation Error
401
Unauthorized
403
Insufficient Privileges
4XX
Client error
5XX
Server error
delete
/v1/quotes/{quoteId}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
200
Successful response
application/json
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
4XX
Client error
5XX
Server error
post
/v1/ordersLast updated