Share your GetBlock experience with other devs and get 5M RPCs

banner image
etc

Ethereum Classic

ETC

POST

GET

chevron-right

Last updated on January 1, 1970

2 min read

Method net_services Ethereum Classic (ETC)
connect with JSON-RPC protocol

net_services

info-circle-fill

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"
        }
    }
}
banner icon

Start Building with GetBlock RPCs for Free