← Back to catalog
telnyx.balance
mock data$0.001 / callAccount Balance (Telnyx)
Read current Telnyx account balance, available credit, currency, pending charges, and credit limit. Useful for cost monitoring before placing high-volume sends (Telnyx)
Input schema
refresh
booleanSet to true to bypass the 30-second cache and fetch a fresh balance from Telnyx. Default false.
Call via REST
curl -X POST https://unifyapi.pro/api/call/telnyx.balance \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"refresh":"<refresh>"}'