eth_sendRawTransaction

EthereumC1

Submits a signed, RLP-encoded transaction for inclusion. Returns the transaction hash on acceptance into the mempool; signing happens client-side, keys never leave your infrastructure.

Endpoint
POST https://api.1st-node.com/v1/ethereum/rpc

Parameters

NameTypeDescription
signedTxDATAThe signed, RLP-encoded transaction.

Returns

DATA, 32 bytes — the transaction hash.

Request

curl https://api.1st-node.com/v1/ethereum/rpc \
  -H "Authorization: Bearer $ONE_KEY" \
  -H "content-type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_sendRawTransaction",
  "params": ["0xf86c808504a817c800825208…"]
}'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_sendRawTransaction",
  "params": ["0xf86c808504a817c800825208…"]
}

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x88df016429689c079f3b2f6ad39fa052532c56795b733da78a91ebe6a713944b"
}
More transactions methods on Ethereum

Ethereum API

Preguntas frecuentes

Do you hold my private keys?

No — transactions are signed client-side; only the signed payload is broadcast.

Recarga, obtén tu clave y publica.

Autoservicio. Paga en cripto o con tarjeta. Medido por créditos: las primitivas pesadas cuestan más, las simples son baratas.

Obtener clave API