IB Performance report
curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/ib/performance/{
"data": [
{
"group_fields": [
"string"
],
"click_count": "int",
"registration_count": "int",
"kyc_passed": "int",
"first_deposit_count": "int",
"trade_starting_trial_count": "int",
"trade_starting_real_count": "int",
"volume_mln_usd": "number",
"volume_lots": "number",
"reward_usd": "number"
}
],
"totals": {
"count": "int",
"click_count": "int",
"registration_count": "int",
"kyc_passed": "int",
"first_deposit_count": "int",
"deposit_usd": "int",
"trade_starting_real_count": "int",
"trade_starting_trial_count": "int",
"volume_mln_usd": "number",
"volume_lots": "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
filter, up to 2, possible values: day, week, month, year, country, campaign_title, partner_code, referrer_domain, track1, track2, track3, track4, track5, utm_source, utm_medium, utm_campaign, utm_term, utm_content
filter
filter
filter
filter
filter
ordering, Comma-separated list without spaces. Supported field names: day, week, month, year, country, campaign_title, partner_code, referrer_domain, track1, track2, track3, track4, track5, utm_source, utm_medium, utm_campaign, utm_term, utm_content, click_count, registration_count, kyc_passed, first_deposit_count, trade_starting_trial_count, trade_starting_real_count, volume_mln_usd, reward_usd, volume_lots
OK
Show child attributes
[
{
"group_fields": ["string"],
"click_count": "int",
"registration_count": "int",
"kyc_passed": "int",
"first_deposit_count": "int",
"trade_starting_trial_count": "int",
"trade_starting_real_count": "int",
"volume_mln_usd": "number",
"volume_lots": "number",
"reward_usd": "number"
}
]Show child attributes
curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/ib/performance/{
"data": [
{
"group_fields": [
"string"
],
"click_count": "int",
"registration_count": "int",
"kyc_passed": "int",
"first_deposit_count": "int",
"trade_starting_trial_count": "int",
"trade_starting_real_count": "int",
"volume_mln_usd": "number",
"volume_lots": "number",
"reward_usd": "number"
}
],
"totals": {
"count": "int",
"click_count": "int",
"registration_count": "int",
"kyc_passed": "int",
"first_deposit_count": "int",
"deposit_usd": "int",
"trade_starting_real_count": "int",
"trade_starting_trial_count": "int",
"volume_mln_usd": "number",
"volume_lots": "number",
"reward_usd": "number"
}
}