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.
URLs vary by instance. With typical installations, access the API by adding /ap
i to the end of the url. For example with the Goerli instance.
URL: https://fonscan.io
API URL: https://fonscan.io/api
An example query includes a module and action(s)/parameters. For example: https://fonscan.io/api?module=account&action=listaccounts&page=2&offset=5
The following modules are supported. Click through to see specific endpoints and parameters.
Account |
|
Logs |
|
Token |
|
Stats |
|
Block |
|
Contract |
|
Transaction |
|
Last updated