Changelog
Introduction

Sections

Theme switcher

Create Pending Order

Using this endpoint, you can open a Position for a specific Trading Account.

Header Parameters

Authorizationstring

Body Parameters

systemUuidstring Required

The unique identifier for the system where the account is located; required to specify where the position is to be opened.

loginstring Required

The login identifier for the Trading Account on which the position is to be opened; required.

instrumentstring Required

The trading instrument (symbol) for which the position is to be opened; required.

orderSidestring Required

Specifies whether the position is a 'BUY' or 'SELL'; required.

Enum values:
BUYSELL
volumenumber Required

The amount of the instrument to be traded in the position (lots); required.

slPricenumber

The price at which a stop-loss order is set to limit potential losses; optional.

tpPricenumber

The price at which a take-profit order is set to realize profits; optional.

activationPricenumber

The price at which a pending order becomes active and is triggered.

typestring

Specifies the type of order: "STOP" for an order that is executed immediately at the current market price, or "LIMIT" for a pending order that is filled only when the price reaches a specified level.

Enum values:
LIMITSTOP

Response

200
Object
OK

Response Attributes

statusstring Required

The outcome of the request to open a position

Enum values:
OKREJECTEDPARTIAL_SUCCESS
orderIdstring

A unique identifier for the order associated with the opened position

Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?