Skip to main content

author_pendingExtrinsics RPC Method

Retrieves a list of pending extrinsics, which can be grouped by the sender if needed.

Updated on
Oct 4, 2023

author_pendingExtrinsics RPC Method

Parameters

This method does not accept any parameters

Returns

result
array
Returns a list of all the pending extrinsic elements
Request
1
curl https://docs-demo.dot-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"author_pendingExtrinsics","params":[],"id":1,"jsonrpc":"2.0"}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free