Check Account Balance
GET/POST https://<host>/Remote/AccountBalance
Replace <host> with either www.txt.co.zw or usd.txt.co.zw. Requests can be sent as GET (query string parameters) or POST (application/x-www-form-urlencoded).
Parameters
| Field | Type | Required |
|---|---|---|
| Username | string | Only for IP-based auth |
Example
GET https://<host>/Remote/AccountBalance?username=myusername
Response
Returns the account balance as a plain text string.