Detailed progress reward report.
curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/progress_reward/{compensation_id}/detailed/{
"data": [
{
"id": "int",
"client_account": "string",
"reward_date": "datetime",
"account_type": "string",
"order_id": "int",
"progress_reward_amount_usd": "number",
"initial_reward_usd": "number",
"initial_reward_size": "number",
"old_reward_size": "number",
"new_reward_size": "number"
}
],
"totals": {
"count": "int",
"progress_reward_amount_usd": "number",
"progress_reward_period_start": "datetime",
"progress_reward_period_end": "datetime"
}
}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.
pagination
pagination
ordering, Comma-separated list without spaces. Supported field names: progress_reward_amount_usd, reward_date
OK
Show child attributes
[
{
"id": "int",
"client_account": "string",
"reward_date": "datetime",
"account_type": "string",
"order_id": "int",
"progress_reward_amount_usd": "number",
"initial_reward_usd": "number",
"initial_reward_size": "number",
"old_reward_size": "number",
"new_reward_size": "number"
}
]Show child attributes
curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/progress_reward/{compensation_id}/detailed/{
"data": [
{
"id": "int",
"client_account": "string",
"reward_date": "datetime",
"account_type": "string",
"order_id": "int",
"progress_reward_amount_usd": "number",
"initial_reward_usd": "number",
"initial_reward_size": "number",
"old_reward_size": "number",
"new_reward_size": "number"
}
],
"totals": {
"count": "int",
"progress_reward_amount_usd": "number",
"progress_reward_period_start": "datetime",
"progress_reward_period_end": "datetime"
}
}