Returns live balance, wallet plan status, and full transaction history for an eSIM.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://api.tellisim.com/v3/wallet/{iccid}/balance?key=YOUR_API_KEY_HERE'Response
- number
- null
{ "error": false, "data": { "iccid": "8948010010036795085", "current_balance": 50, "wallet_plan": { … }, "transactions": [ … ] } }