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

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST perm_removeNodesFromAllowlist

dropdown

方法 RPC perm_removeNodesFromAllowlist 例如 Ethereum Classic (ETC)

POST perm_removeNodesFromAllowlist

Method not allowed

从节点允许列表中删除节点。

Parameters

list of strings - 没有任何

eNODE URL列表

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


Response

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