cURL
curl --request GET \ --url https://api.goproxy.com/go-api/v1/checkBalance \ --header 'apiKey: <apikey>'
{ "balance": "100.00" }
Check the current balance of your account.
API key used for authentication.
Successful Response
The remaining balance of your account, expressed in USD.
"100.00"