curl -X GET https://api.thalbank.com/seller-wallet/gestao \ -H "x-api-key: sua_api_key"
{ "status": true, "data": { "id": "f6a7b8c9-d0e1-2345-f012-3456789abcde", "sellerId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "availableBalance": 1250000, "blockedBalance": 50000, "totalBalance": 1300000, "currency": "BRL", "updatedAt": "2026-03-10T12:00:00.000Z" } }
Retorna o saldo disponivel, bloqueado e total da wallet
availableBalance
blockedBalance
totalBalance
valor / 100
1250000
Was this page helpful?