user-balance
User balance
Returns the authenticated client’s current prepaid balance.
Query parameters
No endpoint-specific parameters besides
global token and type.
Success (JSON)
Decimal balance as a string (six fractional digits typical).
{
"status": "OK",
"balance": "100.000000"
}
Success (TEXT)
Literal OK followed by balance, pipe-separated.
OK|100.000000
Errors (JSON value / TEXT after ERROR|)
No extra codes beyond BAD_TOKEN for typical
inputs.
Interactive Run request (try-it) Toggle
No per-endpoint fields; token and type come from the panel above.