v1
latestOpenAPI 3.0.32026-07-267278168.1 KBTWAP Orders
Cancel TWAP Order
Cancels a running TWAP order. Child orders already placed are not affected. For how TWAP execution works, see TWAP orders.
delete/v1/perps/twap/order/{orderID}
Path parameters
orderIDstring required
Example:twap_70a37d8f972f2494837f9dba8364cbb4
TWAP order ID (prefixed with twap_)
Response
TWAP order cancelled
Example response
{
"success": true
}