Skip to main content

/node/transaction-pool REST API Endpoint

Get pending extrinsics from the Substrate node.

Updated on
Sep 2, 2024

/node/transaction-pool REST API Endpoint

Query Parameters

includeFee
boolean
A boolean representing whether or not to include tips, partialFee, and priority in each extrinsic.

Returns

pool
array
An array containing information about transactions (extrinsics) in the transaction pool
hash
string
The hash of the transaction, used to uniquely identify it in the pool
encodedExtrinsic
string
The encoded representation of the extrinsic (transaction) data
tip
string
The optional tip attached to the transaction to prioritize its inclusion in a block
priority
string
The priority of the transaction, determining its order in the transaction pool
partialFee
string
The calculated partial fee for the transaction, representing the cost to include the transaction in a block
Request
1
curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/node/transaction-pool?includeFee=false' \
2
--header 'Accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free