eth_sendRawTransaction
AvalancheC1Submits 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/avalanche/rpcParameters
| Name | Type | Description |
|---|---|---|
| signedTx | DATA | The signed, RLP-encoded transaction. |
Returns
DATA, 32 bytes — the transaction hash.
Request
curl https://api.1st-node.com/v1/avalanche/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 Avalanche
Частые вопросы
Do you hold my private keys?
No — transactions are signed client-side; only the signed payload is broadcast.
Пополнили, получили ключ, запустили.
Полное самообслуживание. Оплата криптой или картой. Тарификация в кредитах — тяжёлые примитивы дороже, простые дёшевы.
Получить API-ключ