> For the complete documentation index, see [llms.txt](https://docs.pearprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pearprotocol.io/api-integration/trade-activity/monitor-twap.md).

# Monitor TWAP

`GET /orders/twap` and WebSocket `twap-details` return per-order monitoring data, Returns per-order monitoring data

* **Order-level**: total/filled/remaining USD value, status, estimated and actual completion time, remaining chunks count
* **Chunk-level**: each chunk's status (`PENDING` → `SCHEDULED` → `EXECUTING` → `COMPLETED`/`FAILED`/`CANCELLED`), scheduled vs actual execution time, planned USD size, and error message if failed
* **Fill-level**: individual fills per chunk with asset name, price, size, and execution timestamp
