THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/affiliate/reports/commissions?start_dt=2025-09-01&end_dt=2025-09-10&view_type=plan&chart_group=d' \
--header 'Authorization: Bearer <token>'
{
"response": {
"cards": [
{
"type": "RevenueShare",
"title": "RevenueShare",
"change": {
"amount": 78.5,
"isPositive": true,
"percentage": 100
},
"currentValue": 78.5
},
{
"type": "TurnOver",
"title": "TurnOver",
"change": {
"amount": 4688.8,
"isPositive": true,
"percentage": 97.03
},
"currentValue": 9521
}
],
"period": {
"end": "2025-09-10",
"start": "2025-09-01",
"chartGrouping": "days"
},
"summary": {
"groupBy": "plan_type",
"dateRange": {
"end": "2025-09-10",
"start": "2025-09-01"
},
"totalChange": 98.66,
"totalCurrent": 9599.5,
"chartGrouping": "days",
"totalPrevious": 4832.2
},
"viewType": "plan_type",
"chartData": {
"TurnOver": {
"2025-09-01": 5200,
"2025-09-02": 0,
"2025-09-03": 0,
"2025-09-04": 0,
"2025-09-05": 0,
"2025-09-06": 0,
"2025-09-07": 0,
"2025-09-08": 0,
"2025-09-09": 0,
"2025-09-10": 4321
},
"RevenueShare": {
"2025-09-01": 0,
"2025-09-02": 0,
"2025-09-03": 0,
"2025-09-04": 0,
"2025-09-05": 78.5,
"2025-09-06": 0,
"2025-09-07": 0,
"2025-09-08": 0,
"2025-09-09": 0,
"2025-09-10": 0
}
}
},
"http_status_code": 200,
"meta": {
"endpoint": "/v1/affiliate/reports/commissions",
"method": "GET",
"timing": 2145
}
}