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
200

Successful response

application/json
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
200

OK

application/json
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
200

Successful response

application/json
post
/v1/orders

Last updated