πAccount API
This API will tell you how many API credits are left in your account.
API Example
curl "https://api.makcorps.com/account?api_key=6574702667653735133680a052"
Response
{
"requestLimit": 30,
"requestUsed": 0,
"remainingLimit": 30
}
Last updated