GET
/
v1
/
checkBalance
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/checkBalance \
  --header 'apiKey: <apikey>'
{
  "balance": "100.00"
}

Headers

apiKey
string
required

API key used for authentication.

Response

200 - application/json
Successful Response
balance
string
required

The remaining balance of your account, expressed in USD.

Example:

"100.00"