All

Retrieves all transactions matching the specified filters.

👍

Blockchains Supported

This endpoint supports Avalanche, Bitcoin, Bitcoin Cash, Binance Smart Chain, Ethereum, Litecoin and Polygon.

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).
decodedTransactionInputstringThe 'input' field of transactions decoded, using the ABI of the involved contract .
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.
sizenumber(ONLY FOR UTXO CHAINS) Size of the transaction.
virtualSizenumber(ONLY FOR UTXO CHAINS) Virtual size of the transaction.
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.
publicKeystringThe public key hash.
rstringECDSA digital signature r (32 bytes) generated by private key and used to validate the sender of the transaction.
rawstringThe signed transaction in Recursive Length Prefix (RLP) encoded form.
rootstringThe transaction root hash.
sstringECDSA digital signature s (32 bytes) generated by private key and used to validate the sender of the transaction.
statusstringThe status of the transaction:
null - pending
0x1 - success
0x0 - failed
typenumberThe transaction type:
0 - legacy
2 - EIP 1559
vUsed by ECDSA to recover correct public key when validating signature of transactions. Combination of recovery id and chain id.
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!