Skip to main content

qn_broadcastRawTransaction RPC Method - Multi-Region Broadcast

Loading...

Updated on
May 12, 2025

qn_broadcastRawTransaction RPC Method - Multi-Region Broadcast

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

Parameters

data
string
REQUIRED
Loading...

Returns

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