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 response is of type object.
object