Skip to main content

Trading and pricing

This page lists all trading-oriented requests you can perform when using the Manager's API. It also contains the requests for subscribing/unsubscribing to and from spot events.

Trading-oriented requests are typically used in the following cases:

  • Trading on behalf of your retail clients. For example, this can be done in emergency situations where a trader wants to open/close a position without having to access the trading terminal.
  • Supporting the creation of a custom copy trading solution integrated with your systems.

The requests are grouped according to the server entities that they operate on.

Orders​

RequestDefinition
ManagerNewOrderReqThe request to create and place a new order.
ManagerAmendOrderReqThe request to amend an existing order.
ManagerCancelOrderReqThe request to cancel an order.

Positions​

RequestDefinition
ManagerAmendPositionReqThe request to amend the protection mechanisms of an existing position.
ManagerClosePositionReqThe request to close an existing position.

Spot events​

RequestDefinition
SubscribeSpotQuotesReqThe request to subscribe to spot events for a particular symbol.
UnsubscribeSpotQuotesReqThe request to unsubscribe from spot events for a particular symbol.