- Get company deposit wallet
Get wallet balance view
Balance movement log
Export balance history as CSV
List company deposits
Get company deposit walle...
Returns company TRON wallet address for incoming USDT (TRC-20). Wallet is auto-created on first request if absent.
Безопасность
apiKeyAuth
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/wallets
- Productionhttps://b2b.lumowallet.io/wallets
- Staginghttps://b2b-staging.lumowallet.io/wallets
curl -i -X GET \
https://b2b-app.lumowallet.io/_mock/apis/wallets \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "address": "string", "createdAt": "2019-08-24T14:15:22Z" }