Send Tx
This section introduces the integration of sendTx provided by BlockRazor Robinhood Chain RPC
Endpoint
Region
Endpoint
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": "sendTx",
"params": ["0x…9c"]
}'Response Example
Last updated
Was this helpful?