starknet_pendingTransactions

Returns the transactions currently in the transaction pool that have been recognized by this sequencer but not yet included in a block.

Path parameters

apiKeystringRequired

Response

List of transactions in the pending pool
Invoke transactionobject
Initiate a transaction from an account
OR
L1 Handler Transactionobject

A call to an l1_handler on an L2 contract induced by a message from L1

OR
Declare transactionobject
OR
Deploy Contract Transactionobject
The structure of a deploy transaction. Note that this transaction type is deprecated and will no longer be supported in future versions
OR
Deploy Account Transactionobject
Deploys an account contract