⚡ We welcome businesses to test our enterprise-grade service

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST priv_distributeRawTransaction

dropdown

方法 RPC priv_distributeRawTransaction 例如 Ethereum Classic (ETC)

POST priv_distributeRawTransaction

Method not allowed

分发签名的RLP编码的私人交易。

Parameters

data - 没有任何

签名的RLP编码的私人交易。

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


Response

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