Get Leader Future Profit Detail
Type: GET
Description: /future/copytrade/user/v1/copy-trade/my-profit-future
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
direction | string | No | - | Pagination direction | NEXT, PREV |
limit | number | No | - | Page size | 10 |
id | number | No | - | Record ID | - |
Limit Flow Rules
2/s/apikey
Response Example
{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": {
"hasPrev": false,
"hasNext": false,
"items": [
{
"avatar": "string", // Avatar
"name": "string", // Leader name
"profit": 5, // Profit amount
"profitTime": "time", // Profit time
"coin": 0, // Currency
"id": 0 // Record ID
}
]
}
}