curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/clients/accounts/{
"data": [
{
"id": "int",
"partner_account": "string",
"partner_account_name": "string",
"partner_account_currency": "string",
"partner_code": "string",
"client_uid": "string",
"client_account": "string",
"client_account_type": "string",
"client_country": "string",
"platform": "string",
"client_account_created": "date",
"client_account_last_trade": "date",
"volume_lots": "number",
"volume_mln_usd": "number",
"reward": "number",
"reward_usd": "number",
"comment": "string"
}
],
"meta": {
"count": "int",
"clients_count": "int",
"volume_mln_usd": "number",
"volume_lots": "number",
"reward": "number",
"reward_usd": "number",
"partner_account_currency": [
"string"
]
}
}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
filter
filter
filter
filter
filter
filter
filter
filter
filter
filter
filter
filter
ordering, Comma-separated list without spaces. Supported field names: partner_account_name, partner_account, partner_code, client_uid, client_country, platform, client_account, client_account_type, client_account_created, client_account_last_trade, volume_lots, volume_mln_usd, reward, reward_usd, comment
OK
Show child attributes
[
{
"id": "int",
"partner_account": "string",
"partner_account_name": "string",
"partner_account_currency": "string",
"partner_code": "string",
"client_uid": "string",
"client_account": "string",
"client_account_type": "string",
"client_country": "string",
"platform": "string",
"client_account_created": "date",
"client_account_last_trade": "date",
"volume_lots": "number",
"volume_mln_usd": "number",
"reward": "number",
"reward_usd": "number",
"comment": "string"
}
]
Show child attributes
curl --request GET \
--url https://my.exnessaffiliates.com/api/reports/clients/accounts/{
"data": [
{
"id": "int",
"partner_account": "string",
"partner_account_name": "string",
"partner_account_currency": "string",
"partner_code": "string",
"client_uid": "string",
"client_account": "string",
"client_account_type": "string",
"client_country": "string",
"platform": "string",
"client_account_created": "date",
"client_account_last_trade": "date",
"volume_lots": "number",
"volume_mln_usd": "number",
"reward": "number",
"reward_usd": "number",
"comment": "string"
}
],
"meta": {
"count": "int",
"clients_count": "int",
"volume_mln_usd": "number",
"volume_lots": "number",
"reward": "number",
"reward_usd": "number",
"partner_account_currency": [
"string"
]
}
}