Blockscout APIs
Last updated
Was this helpful?
Last updated
Was this helpful?
API information can be accessed from the Blockscout main menu, footer or header depending on the instance.
Blockscout supports several methods:
: API that serves the UI for Blockscout.
: provided for developers transitioning applications from Etherscan to Blockscout. Supports GET and POST requests, simply replace Etherscan url with Blockscout url to use the RPC.
: Supports the most popular .
: An IDE for exploring GraphQL.
API Keys are not needed by default. Blockscout instances have a standard global request setting of 10/requests per second. However, My Account users can add up to 3 API keys to ensure 10 request/second limits per account.
To view Modules and API Reference documentation:
Generate documentation.
mix docs
View the generated docs.
open doc/index.html
More info on
More info on