API IntegrationTrade Activity
Monitor TWAP
Track a running TWAP schedule.
A TWAP order is a schedule. List your schedules with GET /schedules (SDK: sdk.core.schedules.list) to see each one's progress, its chunks, and how much has filled.
For live progress, subscribe to user_events on the WebSocket: schedule.created, per-chunk executions, and schedule.completed. Cancel a schedule from Cancel TWAP.