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

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST admin_logsRepairCache

dropdown

方法 RPC admin_logsRepairCache 例如 Ethereum Classic (ETC)

POST admin_logsRepairCache

Method not allowed

维修通过以指定的块号开头修复所有段来缓存日志。

Parameters

quantity - 没有任何

开始块的小数索引要修复。 如果左空,则将头部块用作起点。

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


Response

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