Orders
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orderIdstring Β· uuidRequired
Order identifier
Responses
200
Order cancelled successfully
application/json
delete
/orders/{orderId}/cancel200
Order cancelled successfully
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orderIdstring Β· uuidRequired
TWAP Order identifier
Responses
200
TWAP order cancelled successfully
application/json
post
/orders/{orderId}/twap/cancel200
TWAP order cancelled successfully
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
assetstringRequiredExample:
Asset to buy
USDHisBuybooleanRequiredExample:
To buy/sell Asset
trueamountnumber Β· min: 0.1RequiredExample:
Asset size to buy
1.5Responses
200
Spot order executed successfully
application/json
post
/orders/spot200
Spot order executed successfully
Last updated