eth_sendRawTransaction
Send Transaction RPC Method
Name
Description
Name
Description
curl -X POST "https://eth-rpc.kolibr.io/?allow_reverts=false&api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_sendRawTransaction",
"params": ["0xYOUR_RAW_TRANSACTION"],
"id": 1
}'
Last updated