Balance Credit
In order to get your account credits balance, you will need to make a GET request as described below:
HTTP Request
GET https://gamalogic.com/creditbalance/
Code Examples
cURL
curl "https://gamalogic.com/creditbalance/?apikey=Your_API_Key"
Note: Make sure to replace your_api_key with your API key.
Parameters
Parameter | Type | Description |
---|---|---|
apikey | string | Your 32-char API key from the dashboard |
Response
{
"Credit_Balance": 10000
}
Last updated on