Skip to main content

/node/transaction-pool REST API Endpoint

Loading...

Updated on
Sep 02, 2024

/node/transaction-pool REST API Endpoint

Query Parameters

includeFee
boolean
Loading...

Returns

pool
array
Loading...
hash
string
Loading...
encodedExtrinsic
string
Loading...
tip
string
Loading...
priority
string
Loading...
partialFee
string
Loading...
Request
1
# AssetHub (default) - for transaction pool from AssetHub parachain node
2
curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/node/transaction-pool?includeFee=false' \
3
--header 'Accept: application/json'
4
5
# Polkadot Relaychain - for transaction pool from Relaychain node (requires /rc prefix)
6
curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/rc/node/transaction-pool?includeFee=false' \
7
--header 'Accept: application/json'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free