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

remaining_monthly_allowanceinteger
extra_allowanceinteger
allowance_refresh_timerinteger nullable

Seconds until monthly allowance resets. null for private/unlimited keys.

Example response

{
  "remaining_monthly_allowance": 249,
  "extra_allowance": 0,
  "allowance_refresh_timer": 2592000
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.