POST Close Position
Closes a position by instrument. Returns a list of positions closed in the account for the specific instrument.
Close a specific position by instrument
POST
/v1/api/accounts/{account}/positions/close
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
| string | Required | Name of account in NT8 |
Body
Name | Type | Required | Description |
---|---|---|---|
| string | Required | Name of underlying instrument |
Code Examples (coming soon)
Response
Last updated