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
Retrieve all open orders (LIMIT, TP, SL) for the authenticated user with detailed order information including target ratios and asset allocations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Open orders retrieved successfully
application/json
404
No open orders found
get
/orders/openRetrieve list of TWAP orders with detailed execution progress, chunk status, and fill information
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
TWAP orders with monitoring data retrieved successfully
application/json
404
No TWAP orders found
get
/orders/twapAuthorizations
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