Skip to main content
GET
/
api
/
reports
/
clients
/
registrations
/
byday
Shows client registrations per day.
curl --request GET \
  --url https://my.exnessaffiliates.com/api/reports/clients/registrations/byday/
{
  "data": [
    {
      "amount": "int",
      "reg_date": "date"
    }
  ],
  "totals": {
    "amount": "int"
  }
}

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.

Query Parameters

reg_date_from
string
required

filter, registration date from

reg_date_to
string
required

filter, registration date to

Response

OK

data
object[]
required
Example:
[{ "amount": "int", "reg_date": "date" }]
totals
object
required