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 Litecoin Blockbook 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.ltc-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_sendTransaction",
6
"params": [
7
"0200000001ab3f6d2e1c4b5a68397d2f1e0c9b8a7f6e5d4c3b2a1f0e9d8c7b6a5f4e3d2c101000000ffffffff01e803000000000000ffffffff00000000"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.ltc-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_sendTransaction",
6
"params": [
7
"0200000001ab3f6d2e1c4b5a68397d2f1e0c9b8a7f6e5d4c3b2a1f0e9d8c7b6a5f4e3d2c101000000ffffffff01e803000000000000ffffffff00000000"
8
],
9
"id": 1
10
}'
Response
1
{
2
"id": 1,
3
"result": {
4
"result": "6148af5e4e8b6cf15cbf9ed11500eee15ec3ca2928b16eb05b7aa3958f7ed54a"
5
},
6
"jsonrpc": "2.0"
7
}
1
{
2
"id": 1,
3
"result": {
4
"result": "6148af5e4e8b6cf15cbf9ed11500eee15ec3ca2928b16eb05b7aa3958f7ed54a"
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