eth_sendBundle
Send Bundle RPC Method
Name
Value
Name
Description
curl -X POST "https://eth-rpc.kolibr.io/?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_sendBundle",
"params": [{
"txs": [
"0xYOUR_RAW_TRANSACTION_1",
"0xYOUR_RAW_TRANSACTION_2"
],
"trustedBuilders": [
"titan",
"beaver",
"rsync"
],
"blockNumber": "0xBLOCK_NUMBER"
}],
"id": 1
}'
Last updated