eth_sendRawTransaction
POST
{{GETBLOCK_URL}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '[{
"jsonrpc": "2.0",
"method": "eth_sendRawTransaction",
"id": "14",
"params": [
"0x"
]
}]'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-06-04 20:29:50