Orders

Cancel a pending order

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orderIdstring Β· uuidRequired

Order identifier

Responses
chevron-right
200

Order cancelled successfully

application/json
delete
/orders/{orderId}/cancel
200

Order cancelled successfully

Cancel a TWAP order and all its pending chunks

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orderIdstring Β· uuidRequired

TWAP Order identifier

Responses
chevron-right
200

TWAP order cancelled successfully

application/json
post
/orders/{orderId}/twap/cancel
200

TWAP order cancelled successfully

Get all open orders

get

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
chevron-right
200

Open orders retrieved successfully

application/json
get
/orders/open

Get TWAP orders with monitoring data

get

Retrieve list of TWAP orders with detailed execution progress, chunk status, and fill information

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

TWAP orders with monitoring data retrieved successfully

application/json
get
/orders/twap

Execute a spot order

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
assetstringRequired

Asset to buy

Example: USDH
isBuybooleanRequired

To buy/sell Asset

Example: true
amountnumber Β· min: 0.1Required

Asset size to buy

Example: 1.5
Responses
chevron-right
200

Spot order executed successfully

application/json
post
/orders/spot
200

Spot order executed successfully

Last updated