Skip to main content

/transaction REST API Endpoint

Submit a transaction to the node's transaction pool.

Updated on
Sep 2, 2024

/transaction REST API Endpoint

Body Parameters

tx
string
REQUIRED
The transaction hash in hexadecimal format

Returns

hash
string
The hash of the encoded transaction
Request
1
curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/transaction' \
2
--header 'Content-Type: application/json' \
3
--header 'Accept: application/json' \
4
--data '{
5
"tx": "YOUR_TRANSACTION"
6
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free