Skip to main content

bb_sendTransaction RPC Method - Blockbook

Loading...

Updated on
Jun 09, 2026

bb_sendTransaction RPC Method - Blockbook

Please note that this RPC method requires the Blockbook RPC add-on enabled on your Quicknode endpoint.

Parameters

hex
string
REQUIRED
Loading...

Returns

result
object
Loading...
result
string
Loading...
Request
1
curl -X POST "https://docs-demo.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_sendTransaction",
6
"params": [
7
"0x02f87101808405f5e10084b2d05e0082520894b0615906f38997a5782318a4e8fb065e506ac47e8701c6bf5263400080c001a0d9106cd0412b62e7ef3b86a2493e63960af54b131617a0b99a4dbb0efc1ebe52a0569ce020bbb992b435692f8175945890822a4c19080efd6f02b1f4e0e5c3aab7"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_sendTransaction",
6
"params": [
7
"0x02f87101808405f5e10084b2d05e0082520894b0615906f38997a5782318a4e8fb065e506ac47e8701c6bf5263400080c001a0d9106cd0412b62e7ef3b86a2493e63960af54b131617a0b99a4dbb0efc1ebe52a0569ce020bbb992b435692f8175945890822a4c19080efd6f02b1f4e0e5c3aab7"
8
],
9
"id": 1
10
}'
Response
1
{
2
"id": 1,
3
"result": {
4
"result": "0xc86283a8698b3d504056b19188499ffd803534f2e7c4caf6f904aa767665e4ac"
5
},
6
"jsonrpc": "2.0"
7
}
1
{
2
"id": 1,
3
"result": {
4
"result": "0xc86283a8698b3d504056b19188499ffd803534f2e7c4caf6f904aa767665e4ac"
5
},
6
"jsonrpc": "2.0"
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free