List pending orders
list_ordersRetrieve all pending orders with their type, volume, and trigger price from QUOTEZ read-only market data.
Instructions
Return every pending order, with its type, volumes and trigger price.
Read only: this server can place, modify and cancel nothing. On the replay source the list is always empty and the payload carries synthetic=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of pending orders. | |
| orders | Yes | The pending orders. | |
| source | Yes | Data source that produced this list. | |
| synthetic | Yes | True when the orders are generated, not real. |