GET Executions
Retrieves execution data from recent history. By default, the last 5 mins of data with a maximum of 15 minutes.
Get list of all executions
GET
/v1/api/accounts/{account}/executions
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
| string | Required | Name of account in NT8 |
lookbackTime | integer | Optional | Number of seconds in the past to retrieve execution data (default 320, max 900) |
Code Examples (coming soon)
Response
Last updated