⚡ We welcome businesses to test our enterprise-grade service

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST ibft_proposeValidatorVote

dropdown

方法 RPC ibft_proposeValidatorVote 例如 Ethereum Classic (ETC)

POST ibft_proposeValidatorVote

Method not allowed

建议使用指定地址添加或删除验证器。

Parameters

data - 没有任何

帐户地址

boolean - 没有任何

确实建议添加验证器或false以提出删除验证器。

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


Response

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