curl --request GET \
--url https://eth.blockscout.com/api/v2/config/json-rpc-url
{
"json_rpc_url": "https://core.poa.network"
}
json rpc url
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/config/json-rpc-url
{
"json_rpc_url": "https://core.poa.network"
}