Utility
Check API key allowance
Returns the remaining monthly allowance and refresh timer for the given API key. Does not count against your allowance.
get/v1/API/Limit
Query parameters
apikeystring required
(Required)
Response
result
Example response
{
"remaining_monthly_allowance": 249,
"extra_allowance": 0,
"allowance_refresh_timer": 2592000
}