Generates the list of autorebates by user and autorebate status (in descending and date order).
curl --request GET \
--url https://my.exnessaffiliates.com/api/v2/autorebates/{
"data": [
{
"id": "int",
"date": "date",
"clients_count": "int",
"clients_approved_count": "int",
"clients_rejected_count": "int",
"reward_usd": "number",
"topay_rebate_usd": "number",
"status": "string",
"rejected_rebate_usd": "number",
"error_rebate_usd": "number",
"processed_rebate_usd": "number",
"group_id": "int",
"group_name": "string",
"clients_pending_count": "int",
"pending_reward_usd": "number"
}
],
"totals": {
"count": "int",
"clients_pending_count": "int",
"topay_rebate_usd": "number",
"pending_rebate_usd": "number",
"pending_reward_usd": "number",
"reward_usd": "number"
}
}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: period_end_date, date, clients_count, clients_approved_count, reward_usd, topay_rebate_usd, status, group_name
OK
Show child attributes
[
{
"id": "int",
"date": "date",
"clients_count": "int",
"clients_approved_count": "int",
"clients_rejected_count": "int",
"reward_usd": "number",
"topay_rebate_usd": "number",
"status": "string",
"rejected_rebate_usd": "number",
"error_rebate_usd": "number",
"processed_rebate_usd": "number",
"group_id": "int",
"group_name": "string",
"clients_pending_count": "int",
"pending_reward_usd": "number"
}
]Show child attributes
curl --request GET \
--url https://my.exnessaffiliates.com/api/v2/autorebates/{
"data": [
{
"id": "int",
"date": "date",
"clients_count": "int",
"clients_approved_count": "int",
"clients_rejected_count": "int",
"reward_usd": "number",
"topay_rebate_usd": "number",
"status": "string",
"rejected_rebate_usd": "number",
"error_rebate_usd": "number",
"processed_rebate_usd": "number",
"group_id": "int",
"group_name": "string",
"clients_pending_count": "int",
"pending_reward_usd": "number"
}
],
"totals": {
"count": "int",
"clients_pending_count": "int",
"topay_rebate_usd": "number",
"pending_rebate_usd": "number",
"pending_reward_usd": "number",
"reward_usd": "number"
}
}