Skip to main content

Get Historical Profit Sharing Detail

Type: GET

Description: /v1/copy-trade-balance/copy-trade/share-profit/his-detail

Limit Flow Rules

2/s/ip

Parameters

NameTypeMandatoryDefaultDescriptionRanges
timenumberYesProfit sharing time. e.g. 1717545600000
directionstringNoNEXTQuery directionPREV - previous, NEXT - next
limitnumberNo10Number of pages1-100
idobjectNoStart ID, e.g. 6216559590087220004

Response Example

Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"hasNext": true,
"hasPrev": true,
"items": [
{
"amount": 0, // profit sharing amount
"avatar": "string", // avatar of copy trader
"id": 0, // the id used for pagination query
"name": "string" // nickname of copy trader
}
]
}
}