Skip to main content
GET
/
api
/
reports
/
exness_financial
Get Exness financial report
curl --request GET \
  --url https://my.exnessaffiliates.com/api/reports/exness_financial/
{
  "data": [
    {
      "date": "date",
      "active_clients": "int",
      "trading_volume_usd": "number",
      "withdrawal_amount_usd": "number",
      "reward_amount_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.

Response

OK

data
object[]
required

reports data

Example:
[
{
"date": "date",
"active_clients": "int",
"trading_volume_usd": "number",
"withdrawal_amount_usd": "number",
"reward_amount_usd": "number"
}
]