GET
/
config
/
json-rpc-url
get json rpc url
curl --request GET \
  --url https://eth.blockscout.com/api/v2/config/json-rpc-url
{
  "json_rpc_url": "https://core.poa.network"
}

Response

200 - application/json

json rpc url

json_rpc_url
string
required
Example:

"https://core.poa.network"