Leader Profit Graph
The /user/leader/profit/graph/:id Returns graph of profit sharing earned by the leader. From the moment the leader started copy leading to today.
Method
GET /user/leader/profit/graph/:id
Response
{
"status": 200,
"data": {
"total_earnings": "4.87",
"aum": "4.88",
"graph": [
{
"day": "2025-06-16T00:00:00Z",
"value": "4.87"
}
]
}
}
Fields Explained
total_earnings
Total earning of the whole period.
aum
Assets under management right now.
graph
Array of accumulated earning values in USD per day.