Robinhood Chain eth_sendRawTransaction
This section introduces the integration of eth_sendRawTransaction provided by BlockRazor Robinhood Chain Transaction Sending Mode
Last updated
Was this helpful?
Was this helpful?
curl https://robinhood.blockrazor.io \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <auth-token>' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_sendRawTransaction",
"params": ["0x…9c"]
}'{
"jsonrpc":"2.0",
"id":"1",
"result":"0xa06b……f7e8ec"
}{
"jsonrpc":"2.0",
"id":"1",
"error":{
"code":-32000,
"message":"auth is invalid"
}
}