Skip to content

Latest commit

 

History

History

rpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
description
API designed for ease of use

RPC API Endpoints

This API is provided for developers transitioning applications from Etherscan to BlockScout and applications requiring general API and data support. It supports GET and POST requests.

{% hint style="info" %} URLs vary by instance. With typical installations, access the API by adding /api to the end of the url. For example with the Sepolia instance.

An example query includes a module and action(s)/parameters. For example:
https://eth-sepolia.blockscout.com/api?module=account&action=listaccounts&page=2&offset=5 {% endhint %}

The following modules are supported. Click through to see specific endpoints and parameters.

Account?module=account
Logs?module=logs
Token?module=token
Stats?module=stats
Block?module=block
Contract?module=contract
Transaction?module=transaction