📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

/

Huobi ECO Chain (HECO)

heco
Huobi ECO Chain (HECO)

Method: POST web3_clientVersion

dropdown

Method RPC web3_clientVersion example for Huobi ECO Chain (HECO)

POST web3_clientVersion

Returns the current client version.

Parameters

-

Request

curl --location --request POST 'https://heco.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "web3_clientVersion",
"params": [],
"id": "getblock.io"}'


Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": "Geth/v1.1.3-stable-c0f92a67/linux-amd64/go1.16.4"
}