Get Historical Total Profit Sharing
Type: GET
Description: /v1/copy-trade-balance/copy-trade/share-profit/his
Limit Flow Rules
2/s/ip
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
direction | string | No | NEXT | Query direction | PREV - previous, NEXT - next |
limit | number | No | 10 | Number of pages | 1-100 |
id | object | No | Start ID, e.g. 6216559590087220004 |
Response Example
Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"hasNext": true,
"hasPrev": true,
"items": [
{
"amount": 0, // profit sharing amount
"id": "string", // the id used for pagination query
"time": 0 // profit sharing time
}
]
}
}