Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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