v1
latestOpenAPI 3.0.32026-07-17773482.6 KBtransaction
returns the transactions pool for all shards.
when requesting the entire pool from all shards or only one specific shard, this operation may return "operation not allowed", in case it is disabled from proxy's configuration
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