Skip to content

Overview

Manager Trade Methods

Access Control

Manager trade write methods use permissions from the cached manager record, not from token payload fields. The token is used only to resolve manager id and session type.

Operation group Required manager flag Additional scope
Open, close, cancel open trades, cancel pending orders dealer_trades Target account must be visible by manager groups and brand
Import, add, or modify trade/order records set_trades Target account must be visible by manager groups and brand
Delete or restore trade/order records del_trades Target account must be visible by manager groups and brand
Method Name Description
Open Trade Open a new trade on behalf of a manager
Open Pending Trade Open a new pending trade on behalf of a manager
Close Trade Close an existing trade; supports partial close
Update Trade Modify trade fields such as SL/TP, volume, price, etc.
Delete Trade Permanently delete a single trade by order ID
Delete Trades List Delete multiple trades by a list of order IDs
Cancel Trade Cancel an open trade by order ID
Cancel Trades List Cancel multiple open trades by order IDs
Cancel Pending Trade Cancel a single pending order
Cancel Pending Trades List Cancel multiple pending orders
Get Trades By Filter Retrieve trades using group-level filtering
Get Trades By Login Retrieve trades by account login and type
Get Trades By Symbol Retrieve trades by exact symbol and type
Get Exposure By Login Retrieve current account exposure and LP coverage
Get Exposure By Group Retrieve USD-normalized group exposure and LP coverage
Import History Trade Import a single historical closed market trade
Import History Trades List Import multiple historical closed market trades