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
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
accountId | number | Yes | Leader account id | ||
days | number | No | 7 | Query days | 7, 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
}
]
}