Q&A
Questions and answers
Last updated
Questions and answers
Last updated
Every API endpoint documentation has the "Request cost formula" section describing how the "cost" is calculated. For most API requests it's always 1. It's more than 1 in cases when you're requiring additional data (e.g. when you're requesting data on an Ethereum address, and you're also requesting its ERC-20 token balances).
Example: Request cost is
You want to send 10 addresses/blocks/transactions:
You will have a request cost of 1.9
You are limitied up to 1440 requests a day. With an API key you could do more than 1440 requests a day
The daily request counter is reset at 00:00 UTC every day.