Edit Position
You can edit (Stop Loss and Take Profit values) an already opened Position for a specific Trading Account using this endpoint.
Header Parameters
Authorizationstring
Body Parameters
systemUuidstring Required
The unique identifier for the system where the trading account is located; required.
loginstring Required
The login identifier for the Trading Account in which the position exists; required.
idstring Required
The unique identifier of the position to be edited; required.
slPricenumber
The new stop loss price to limit potential losses; optional, only include if modification is needed.
tpPricenumber
The new take profit price to capture desired profits; optional, only include if modification is needed.
Response
200
Object
OK
Response Attributes
statusstring
Indicates the result of the request to edit the position
Enum values:
OKREJECTEDPARTIAL_SUCCESSorderIdstring
A unique identifier for the order associated with the edited position
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?