Documentation / API reference / RPC Live
Live: Get Node Transaction Pool
Last reviewed 2026-09-18
Returns pending transactions in the connected node's transaction pool.
Try it
Parameters
No parameters.
Responses
200 — Response
| Field | Type | Required |
|---|---|---|
pool | array | Yes |
pool[].encodedExtrinsic | string | Yes |
pool[].hash | string | Yes |
pool[].partialFee | string, nullable | |
pool[].priority | string, nullable | |
pool[].tip | string, nullable |
Example response
json
{}Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.