API Docs

Balance Credit

In order to get your account credits balance, you will need to make a GET request as described below:

GET

https://gamalogic.com/creditbalance/

Input Parameters

apikey (string)Your 32-char API key from the dashboard

The response:

{
   “Credit_Balance”: 10000
}

curl "https://gamalogic.com/creditbalance/?apikey=Your_API_Key"

Make sure to replace your_api_key with your API key.