Skip to main content

Get transactions by type

Get transactions by type

Path Parameters
    type string required

    Type of transaction to retrieve

    Example: block_metadata_transaction
Responses

200 Successful


Schema
  • Array [
  • block_height number required

    blockHeight

    block_time date-time required

    blockTime

    timestamp number required

    timestamp

    version number required

    version

    type string required

    type

    hash string required

    hash

    sender string required

    sender

    receiver string required

    receiver

    function string required

    function

    amount number required

    amount

    gas_used number required

    gas

    accumulator_root_hash string required

    accumulator_root_hash

    block_hash string required

    block_hash

    epoch number required

    epoch

    event_root_hash string required

    event_root_hash

    expiration_time string required

    expiration_time

    gas_unit_price number required

    gas_unit_price

    max_gas_limit number required

    max_gas_limit

    proposer string required

    proposer

    round number required

    round

    sequence_number number required

    sequence_number

    signature string required

    signature

    smart_contract string required

    smart_contract

    state_change_hash string required

    state_change_hash

    success boolean required

    success

    vm_status string required

    vm_status

  • ]
Loading...