Skip to main content

Get transaction by block number or hash

Get transaction by block number or hash

Path Parameters
    block_number_or_hash string required

    The block number or block hash

    Example: 17639088
Responses

Successful


Schema
  • Array [
  • hash string required

    The hash of the transaction

    transaction_index number required

    The transaction index

    from string required

    The sender

    to string required

    The recipient

    receipt_contract_address string required

    receiptContractAddress

    receipt_cumulative_gas_used number required

    cumulativeGasUsed

    receipt_gas_used number required

    receiptGasUsed

    input string required

    The input

    output string required

    The output

    value string required

    The value that was transferred (in wei)

    nonce number required

    The nonce

    gas_price string required

    The gas price

    gas string required

    he gas of the transaction

    timestamp number required

    The block timestamp

    block_time number required

    The block time

    block_hash string required

    blockHash

    block_number number required

    blockNumber

    receipt_root string required

    receiptRoot

    tx_index number required

    tx_index

    status boolean required

    status

    effective_gas_price string required

    effectiveGasPrice

    logs_bloom string required

    logsBloom

    logs object[] required

    The logs of the transaction

  • Array [
  • removed boolean required

    removed

    address string required

    The address of the contract

    data string required

    The data of the log

    topic0 string required

    topic0

    topic1 string required

    topic1

    topic2 string required

    topic2

    topic3 string required

    topic3

    log_index number required

    logIndex

    transaction_index number required

    transactionIndex

    transaction_hash string required

    The hash of the transaction

    block_hash string required

    The hash of the block

    block_number number required

    The block number

    block_timestamp number required

    The block timestamp

  • ]
  • internal_transactions object[] required

    The internal transactions of the transaction

  • Array [
  • hash string required

    The hash of the transaction

    from string required

    The sender

    to string required

    The recipient

    input string required

    The input

    output string required

    The output

    value string required

    The value that was transferred (in wei)

    gas string required

    he gas of the transaction

    timestamp number required

    The block timestamp

    block_time number required

    The block time

    block_hash string required

    blockHash

    block_number number required

    blockNumber

    type string required

    Call type

    parent_tx_hash string required

    The hash of the parent transaction

    gas_used number required

    receiptGasUsed

    status boolean required

    status

    trace_id string required

    traceId

    error string required

    error

  • ]
  • ]
Loading...