Pending Transactions

Retrieves pending transactions the specified address is involved in.

Response

FieldTypeDescription
totalRecordsnumberThe total number of record objects, containing transaction data, returned in response.
recordsarrayAn array containing objects containing data pertaining to the specified transaction.
hashstringThe transaction hash.
maxFeePerGasnumberMaximum amount that can be paid to validate and include this transaction in the blockchain.
maxPriorityFeePerGasnumberThe value equal to the number of transactions sent by the address.
noncestringThe number of transactions sent from an address (this is typically used to prevent double spending for example).
inputstringThe input data to the function.
fromobjectobject containing the address hash of the sender.
toarrayThe array of objects containing the address hash(es) of the recipient(s).
valuestringThe value to be transferred in a unit according to the associated blockchain. For instance, wei for Ethereum. See full value conversion reference here.
gasPricestringThe gas price at the time when the transaction entered the pending pool.
gasstring
rstringValue corresponding to the signature of the transaction and used to determine the sender of
the transaction.
sstringSame as r above.
typenumberThe transaction type:
0 - legacy
2 - EIP 1559
vstringSame as s above.
timestampnumberThe time of when the transaction entered the pending pool.
sizenumber(ONLY FOR UTXO CHAINS) Size of the transaction.
virtualSize`number``(ONLY FOR UTXO CHAINS) Virtual size of the transaction.
Language
Authorization
Header
Click Try It! to start a request and see the response here!