4

Is there a way to programmatically obtain the Mirror API usage of an explorer developer account?

I would like to more gracefully degrade services when a 403 error becomes imminent.

Thanks!

If any explorers are having luck counting usage on their end and find it to be reliable I would be open to tips in that direction, especially with respect to what GMT time the 1000 counter resets each day.

Mark Scheel
  • 2,963
  • 1
  • 20
  • 23

1 Answers1

3

There is no API for Google API Console quotas. Your best bet is to track this yourself by counting each outbound request on your system.

mimming
  • 13,974
  • 3
  • 45
  • 74