- Web3 API — charged only on a successful response; failed requests (4xx/5xx) are free.
- SQL API — charged at submission, regardless of whether the query later succeeds, fails at runtime, or is cancelled.
SQL API
A flat 100 credits are deducted the moment a query is submitted and accepted for execution, regardless of query complexity, scanned bytes, or runtime — and regardless of the query’s eventual outcome.
Web3 API
Basic
Balance
Token
NFT
Domain
Notes
- When credits are deducted. Web3 API charges only on a successful response (4xx/5xx are free). SQL API charges at submission and the deduction is final, regardless of query outcome.
- No per-chain variation. The same method costs the same number of credits on every supported chain.
- Pagination. Each page request is a separate billable call.
- Subject to change. Credit costs may be adjusted as we add capacity or new methods. Material changes will be announced in advance.