eth_sendRawTransaction
Introduction
Endpoint
Rate Limit
Request
curl http://bsc-fast.blockrazor.io \
-X POST \
-H "Authorization: Bearer <auth>" \
-H "Content-Type: application/json" \
--data '
{
"jsonrpc": "2.0",
"method": "eth_sendRawTransaction",
"params": [
"Signed Transaction"
],
"id": 1
}
'Response
Last updated