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

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST priv_distributeRawTransaction

dropdown

Method RPC priv_distributeRawTransaction example for Ethereum Classic (ETC)

POST priv_distributeRawTransaction

Method not allowed

Distributes a signed, RLP encoded private transaction.

Parameters

data - None

Signed RLP-encoded private transaction.

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"
}