⚡ We welcome businesses to test our enterprise-grade service

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST ibft_getSignerMetrics

dropdown

方法 RPC ibft_getSignerMetrics 例如 Ethereum Classic (ETC)

POST ibft_getSignerMetrics

Method not allowed

为指定范围提供验证指标

Parameters

fromBlockNumber - 没有任何

如块参数中所述,代表块号或字符串标签的整数。

toBlockNumber - 没有任何

代表块号或字符串标签之一的整数最新或已待处理,如块参数中所述

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