POST Close Strategy
Closes a strategy by ID, including all positions and open orders.
Close a specific strategy by ID
POST
/v1/api/accounts/{account}/strategies/{strategyId}/close
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
| string | Required | Name of account in NT8 |
| string | Required | ID of the strategy |
Code Examples (coming soon)
Response
Last updated