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
application/json
Authorization
Bearer <token>
Query Parameters
Name
Type
Required
Description
account
string
Required
Name of account in NT8
strategyId
string
Required
ID of the strategy
Code Examples (coming soon)
Response
Last updated