Robinhood Chain eth_sendBatch
This section introduces the integration of eth_sendBatch provided by BlockRazor Robinhood Chain Transaction Sending mode
What is Robinhood Chain
Request parameters
Parameters
Mandatory
Format
Example
Description
Request Example
curl https://robinhood.blockrazor.io \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <auth-token>' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_sendBatch",
"params": ["0x…9c","0x…6a"]
}'Response Example
Last updated
Was this helpful?