Call Bundle
Introduction to Call Bundle of BlockRazor Block Builder and integration methods
Introduction
Price
Request Parameter
Parameters
Mandatory
Format
Example
Description
Request Example
curl https://virginia.builder.blockrazor.io \
-H 'content-type: application/json' \
-H 'Authorization: <auth-token>' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_callBundle",
"params": [
{
"txs":["0x…4b"],
"blockNumber":39177941
}
]
}'Response Example
Last updated
Was this helpful?