⚡ We welcome businesses to test our enterprise-grade service

Method: POST ibft_getSignerMetrics

dropdown

方法 RPC ibft_getSignerMetrics 例如 Ethereum (ETH)

POST ibft_getSignerMetrics

方法不允许

提供指定范围的验证器指标

Parameters

fromBlockNumber -

表示块编号或最早的字符串标记的整数,如块参数中所述。

toBlockNumber -

表示区块编号或最新或未决的字符串标签之一的整数,如区块参数中所述

Request

curl --location --request POST 'https://eth.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"
}