Blockscout API Usage
API information can be accessed from the Blockscout main menu, footer or header depending on the instance.Our Universal PRO API is available for beta access, please go to https://dev.blockscout.com/ to get an API key and get started. You can then use the PRO API to access all REST and RPC methods.
- PRO API: Universal multichain API for access to all endpoints.
- REST API: API that serves the UI for Blockscout.
- RPC API: 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.
- Eth RPC API: Supports the most popular JSON RPC methods.
- GraphiQL: An IDE for exploring GraphQL.
API Keys
- You can add the PRO API key at https://dev.blockscout.com/).
- Note: My Account API keys will be deprecated shortly. For now, check My Account and adding API Keys for individual instance keys.
- More info on API Requests and Limits
Blockscout provides swagger documentation for various API services here: https://blockscout.github.io/swaggers/

Blockscout Internal Documentation
To view Modules and API Reference documentation:-
Generate documentation.
mix docs -
View the generated docs.
open doc/index.html