Skip to main content

Get Lead Trader Currency Preferences

Type: GET

Description: /v1/copy-trade-balance/public/copy-trade/leader-trading-prefer

Limit Flow Rules

2/s/ip

Parameters

NameTypeMandatoryDefaultDescriptionRanges
accountIdnumberYesLeader account id
daysnumberNo7Query days7, 30, 90,180

Response Example

Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": [
{
"count": 0, // trade count
"index": 0,
"percentage": 0, // percentage
"pnl": 0, // trading Profit and Loss
"symbol": "string" // symbol, "others" return as others
}
]
}