Get pending extrinsics from transaction pool
POST
https://dot-assethub.nownodes.io/
Copy
Authorizations
ApiKeyAuthApiKeyAuthapi-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.0requiredJSON-RPC version identifier
methodstringauthor_pendingExtrinsicsrequiredThe method to be invoked
idinteger | stringrequiredRequest identifier for matching responses
paramsArray<any>requiredEmpty parameters array for this method
Response
200OK
Successful response with pending extrinsics
400Bad Request
Invalid request
500Internal Server Error
Internal server error