Skip to main content

Get transactions from block to block

Get transactions from a block to a block

Query Parameters
    from_block number required

    The minimum block number from which to get the transfers

    Example: 999
    to_block number required

    The maximum block number from which to get the transfers

    Example: 1000
    cursor string

    The cursor returned in the previous response (used for getting the next page).

    limit number

    Number of items returned, default: 20

Responses

200 Returns the block number and corresponding date and timestamp


Schema
  • Array [
  • cursor string

    The cursor returned in the previous response (used for getting the next page)

    page number required

    Page of results

    limit number required

    Limit of results

    total_items number required

    Total returned result items

    data object[] required

    Array of documents

  • 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...