- Export balance history as CSV
Get company deposit wallet
Get wallet balance view
Balance movement log
List company deposits
Export balance history as...
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
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/wallets/balance-history.csv
- Productionhttps://b2b.lumowallet.io/wallets/balance-history.csv
- Staginghttps://b2b-staging.lumowallet.io/wallets/balance-history.csv
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'Response
string