Skip to main content

qn_broadcastRawTransaction RPC Method - Multi-Region Broadcast

Loading...

Updated on
Feb 11, 2026

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