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

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST ibft_getSignerMetrics

dropdown

Method RPC ibft_getSignerMetrics example for Ethereum Classic (ETC)

POST ibft_getSignerMetrics

Method not allowed

Provides validator metrics for the specified range

Parameters

fromBlockNumber - None

Integer representing a block number or the string tag earliest as described in Block Parameter.

toBlockNumber - None

Integer representing a block number or one of the string tags latest or pending, as described in Block Parameter

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": "ibft_getSignerMetrics",
"params": [null, null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}