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
400
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
400
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