v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Wallet

Get sales turnover

Get information about sales turnover of the customer in time interval.

get/wallet/actions/sales-turnover

Query parameters

customer_idstring required

The unique ID of the customer. GET /customers

date_fromstring

Start of the time interval in ISO-8601 format (YYYY-MM-DD).

date_tostring

End of the time interval in ISO-8601 format (YYYY-MM-DD).

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "turnover": [
      {
        "currency_id": "86e05affc7a7abefcd513ab400",
        "value": 1500
      }
    ]
  }
}