list_pending_orders
Fetch all pending orders on your Oanda account. Shows every order that is not yet filled or cancelled, including instrument, units, price, and time in force.
Instructions
List every pending (not yet filled or cancelled) order on the account.
Returns {"orders": [...], "lastTransactionID": "..."} with the
same per-order fields as list_orders: id, type,
instrument, units (signed decimal string), price (decimal
string), timeInForce, createTime (RFC3339), and any attached
on-fill details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of orders to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||