Returns your current API credit usage and limit for the interval.
cURL
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" } }
getapilimit