Mempool All

Retrieves the mempool for a specific blockchain matching the specified filters. Default results are for Ethereum, however, please make sure your "x-amberdata-blockchain-id" header matches the blockchain you want to retrieve data for.

*Note: Mempool data is available for Ethereum, Bitcoin or Litecoin.

👍

Blockchains Supported

This endpoint supports Bitcoin, Ethereum and Litecoin

Response Data

FieldTypeDescription
blockNumberstringThe blocknumber of the block in which the specified transaction is contained.
confirmationsstringThe total number of confirmations.
contractAddressstringThe address of the contract if this transaction created a contract and null otherwise.
cumulativeGasUsedstringThe total gas used up to and including the transaction.
feestringThe transaction fee.
fromobjectContains data about the transaction sender.
from.addressstringThe address hash of the sender.
toarrayContains objects that hold data about the recipient address(es).
iconstringThe image icon of the asset (where applicable).
addressstringThe address hash of the recipient.
gasLimitstringThe value equal to the maximum amount of gas that should be used in executing this transaction.
gasPricestring The value equal to the number of computation units (in Ethereum Wei) to be paid per unit of gas for all computation costs incurred as a result of the execution of this transaction.
gasUsedstringThe value equal to the total amount of gas used by the transaction.
indexstringThe index of the transaction in the order that it appears within the block.
hashstringThe transaction hash.
inputstringThe input data to the function.
logsBloomThe Bloom filter composed from indexable information (logger address and log topics) contained in each log entry from the receipt of each transaction in the transactions list.
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 value equal to the number of transactions sent by the address.
publicKeystring
rstringValue corresponding to the signature of the transaction and used to determine the sender of
the transaction.
rawstring
rootstringThe transaction root hash.
sstringValue corresponding to the signature of the transaction and used to determine the sender of
the transaction.
statusstringThe status of the transaction:
null - pending
0x1 - success
0x0 - failed
typenumberThe transaction type:
0 - legacy
2 - EIP 1559
vValue corresponding to the signature of the transaction and used to determine the sender of
the transaction.
valuestringThe scalar value equal to the number of units (in Ethereum Wei) to be transferred to the message call’s recipient or, in the case of contract creation, as an endowment to the newly created contract. See full value conversion reference here.
timestampnumberThe value equal to the reasonable output of Unix’s time() at this transactions confirmation.
statusResultobjectContains details about the transaction status.
codestringThe status of the transaction:
null - pending
0x1 - success
0x0 - failed
confirmedbooltrue if the transactions has been confirmed false otherwise.
successboolIndicates the success or failure of a transaction:
null - pending
true - success
false - failed
namestringThe string representation of the transaction status:
- 'pending'
- 'failed'
- 'success'
Language
Authorization
Header
Click Try It! to start a request and see the response here!