Progress reward report.
curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/progress_reward/{
"data": [
{
"compensation_id": "int",
"payment_date": "datetime",
"compensation_period_start": "datetime",
"compensation_period_end": "datetime",
"old_tier_group_id": "int",
"new_tier_group_id": "int",
"compensation_amount": "number",
"commission_percentage": "string"
}
],
"totals": {
"count": "int",
"ab_test_enabled": "bool"
}
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes
[
{
"compensation_id": "int",
"payment_date": "datetime",
"compensation_period_start": "datetime",
"compensation_period_end": "datetime",
"old_tier_group_id": "int",
"new_tier_group_id": "int",
"compensation_amount": "number",
"commission_percentage": "string"
}
]Show child attributes
curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/progress_reward/{
"data": [
{
"compensation_id": "int",
"payment_date": "datetime",
"compensation_period_start": "datetime",
"compensation_period_end": "datetime",
"old_tier_group_id": "int",
"new_tier_group_id": "int",
"compensation_amount": "number",
"commission_percentage": "string"
}
],
"totals": {
"count": "int",
"ab_test_enabled": "bool"
}
}