⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

author_pendingExtrinsics

Description

Returns the list of pending extrinsics in the transaction pool.

When to use it:

  • Diagnose stuck or delayed transactions and monitor mempool pressure.
  • Build dashboards showing pending activity before inclusion.
  • Implement backoff/retry or fee bumping strategies based on pool size.

Notes

  • Mutating author_* methods (e.g., author_insertKey, author_rotateKeys, author_submitExtrinsic) require node permissions and are not available on shared public RPC. Use a self-hosted node for those.

Code Examples

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"author_pendingExtrinsics","params":[],"id":1}'