transaction

returns the transactions pool for all shards.

when used with no parameters or only shard-id, this operation would return "operation not allowed" if config value AllowEntireTxPoolFetch is not set

get/transaction/pool

Query parameters

fieldsstring

the requested transaction fields, comma sepparated. If none provided, only hash is returned. Possible values are: hash, nonce, sender, receiver, gaslimit, gasprice, receiverusername, data, value

shard-idstring

the shard id to return transactions pool

by-senderstring

the bech32 address of transactions' sender

last-nonceboolean

returns the last nonce from pool. This parameter requires by-sender and does not work with fields

nonce-gapsboolean

returns the nonce gaps from pool. This parameter requires by-sender and does not work with fields

Response

successful operation

Changes