Billing operations
Retrieve user balance details
Available amount to spend (balance + credit limit)
The account's current balance.
The account's credit limit.
The ISO 4217 currency identifier.
Identifies the type of the resource.
Unexpected error
import telnyx telnyx.api_key = "YOUR_API_KEY" telnyx.Balance.retrieve()
{"data": {"available_credit": "400.00","balance": "300.00","credit_limit": "100.00","currency": "USD","record_type": "balance"}}