Home

Get pending extrinsics from transaction pool

POST
https://dot.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns all pending extrinsics, potentially grouped by sender.

The author_pendingExtrinsics method retrieves all transactions that are currently in the transaction pool (mempool) waiting to be included in a block.

This method is useful for:

  • Monitoring transaction pool status
  • Debugging transaction propagation issues
  • Building transaction explorers
  • Analyzing network congestion

Body

application/json
jsonrpcstring2.0required

JSON-RPC version identifier

methodstringauthor_pendingExtrinsicsrequired

The method to be invoked

idstringrequired

Request identifier for matching responses

paramsArray<any>required

Empty parameters array for this method

Response

200OK

Successful response with pending extrinsics

400Bad Request

Invalid request

500Internal Server Error

Internal server error