To view Modules and API Reference documentation:
Generate documentation.
mix docs
View the generated docs.
open doc/index.html
Api calls can be accessed from the BlockScout footer (or top menu depending on the BlockScout instance). BlockScout supports several methods:
​Graphiql: An IDE for exploring GraphQL
RPC: API provided for developers transitioning their applications from Etherscan to BlockScout. Supports GET and POST requests.
Eth RPC: Supports the most popular JSON RPC methods.
Send Queries to quickly get information. Use the Docs button to quickly find arguments accepted by the schema. More information is available in our BlockScout GraphQL tutorial.
We support the following methods. Requests and return data are identical to the documentation.
​eth_getBalance​
​eth_getLogs​
​eth_blockNumber​
​