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
}