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

The response is of type object.