/
List company deposits
Deposit status lifecycle:
newfee_chargedaml_pending/aml_passed/aml_failedforwardingcompleted/failed
Company deposit sweep target is B2B_TREASURY_ADDRESS. Processing fee is retained from incoming deposit amount (not debited from company balance).
Безопасность
apiKeyAuth
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/wallets/deposits
- Productionhttps://b2b.lumowallet.io/wallets/deposits
- Staginghttps://b2b-staging.lumowallet.io/wallets/deposits
curl -i -X GET \
'https://b2b-app.lumowallet.io/_mock/apis/wallets/deposits?status=new&limit=50&offset=0' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "deposits": [ { … } ], "total": 0 }