# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pearprotocol.io/api-integration/trade-activity/monitor-twap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
