v1
latestOpenAPI 3.1.02026-07-265385123.6 KBTWAP
Get active TWAP orders
Retrieve currently active TWAP (time-weighted average price) orders for a specific user. Shows orders that have remaining size to be executed.
get/api/v1/active_twaps
Query parameters
accountstring required
User account address (user query alias is also accepted)
limitinteger
Maximum number of active TWAPs to return
Response
Active TWAPs retrieved successfully
Example response
[
{
"client_order_id": "client_order_123",
"duration_s": 300,
"frequency_s": 30,
"is_buy": true,
"market": "0xmarket123...",
"start_unix_ms": 1730841600000
}
]