Перейти к содержимому

Export balance history as CSV

Запрос

The same rows as /wallets/balance-history with the same filters, but the whole period rather than one page. UTF-8 with BOM so Excel reads Cyrillic correctly; the filename comes back in Content-Disposition.

Columns: createdAt, operationType, deltaBalance, balanceAfter, deltaFrozen, frozenAfter, referenceId, metadata.

Безопасность
apiKeyAuth
Запрос
operationTypestring
fromstring, (date-time)
tostring, (date-time)
curl -i -X GET \
  'https://b2b-app.lumowallet.io/_mock/apis/wallets/balance-history.csv?operationType=string&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Ответы

CSV file

Заголовки
Content-Dispositionstring
Пример:"attachment; filename=\"balance-history-2026-08-01_2026-08-14.csv\""
Телоtext/csv
string
Response
string