Skip to content

Wallet

Operations related to wallet balance and mobile plan management for eSIMs.

Get eSIM wallet balance

Request

Returns live balance, wallet plan status, and full transaction history for an eSIM.

Security
ApiKeyAuth
Path
iccidstringrequired

eSIM ICCID

GET
/v3/wallet/{iccid}/balance
curl -i -X GET \
  'https://api.tellisim.com/v3/wallet/{iccid}/balance?key=YOUR_API_KEY_HERE'

Responses

Successful response containing wallet balance and transaction history

Bodyapplication/json
errorbooleanrequired

Indicates whether an error occurred

Example:false
dataobjectrequired
Response
{ "error": false, "data": { "iccid": "8948010010036795085", "current_balance": 50, "wallet_plan": {}, "transactions": [] } }