Skip to main content
GET
https://api.etherscan.io
/
v2
/
api
Get API Usage
curl --request GET \
  --url https://api.etherscan.io/v2/api
{
  "status": "1",
  "message": "OK",
  "result": {
    "creditsUsed": 22,
    "creditsAvailable": 1499978,
    "creditLimit": 1500000,
    "limitInterval": "daily",
    "intervalExpiryTimespan": "08:42:34"
  }
}

Query Parameters

apikey
string
default:"YourApiKeyToken"
Your Etherscan API key.
module
string
default:"getapilimit"
Set this to getapilimit for this endpoint.
action
string
default:"getapilimit"
Set this to getapilimit for this endpoint.
{
  "status": "1",
  "message": "OK",
  "result": {
    "creditsUsed": 22,
    "creditsAvailable": 1499978,
    "creditLimit": 1500000,
    "limitInterval": "daily",
    "intervalExpiryTimespan": "08:42:34"
  }
}