You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns a list of recent orders in the specified account.
1194
+
1195
+
The V2 order response format will include all legs of each order in the `legs` list field. If the order is single legged, `legs` will be a list of one leg.
1196
+
1197
+
If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account using the V2 order format.
1246
+
This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders.
1247
+
Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days.
1248
+
By default only returns executed orders, but that can be changed by setting *only_executed* to false.
1249
+
**Because of the cost of realtime requests, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)**
0 commit comments