⚡ We welcome businesses to test our enterprise-grade service

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST txpool_besuStatistics

dropdown

方法 RPC txpool_besuStatistics 例如 Ethereum Classic (ETC)

POST txpool_besuStatistics

列出有关节点事务池的统计信息。

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


Response

{
    "error": null,
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": {
        "localCount": 1,
        "maxSize": 4096,
        "remoteCount": 0
    }
}