ETC
POST
GET
Last updated on January 1, 1970
2 min read
Method net_services undefined ()
connect with JSON-RPC protocol
net_services
Returns enabled services (for example, jsonrpc) and the host and portfor each service.
Parameters
-
Request
curl --location --request POST 'https://etc.getblock.io/mainnet/'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
--data-raw '{"jsonrpc": "2.0",
"method": "net_services",
"params": [],
"id": "getblock.io"}'
Response
{
"id": "getblock.io",
"jsonrpc": "2.0",
"result": {
"jsonrpc": {
"host": "0.0.0.0",
"port": "8545"
},
"p2p": {
"host": "127.0.0.1",
"port": "30303"
},
"ws": {
"host": "0.0.0.0",
"port": "8546"
}
}
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }