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.
OK
reports data
Show child attributes
[
{
"date": "date",
"active_clients": "int",
"trading_volume_usd": "number",
"withdrawal_amount_usd": "number",
"reward_amount_usd": "number"
}
]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"
}
]
}