Skip to main content

Get transaction changes from time to time

Get transaction changes from a time a to time

Query Parameters
    from_time string required

    The start time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')

    to_time string required

    The end time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')

    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 Successful


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 [
  • block_height number required

    blockHeight

    timestamp number required

    timestamp

    transaction_version number required

    txVersion

    transaction_type string required

    txType

    transaction_hash string required

    txHash

    type string required

    type

    address string required

    address

    state_key_hash string required

    stateKeyHash

    block_hash string required

    block_hash

    change_index string required

    change_index

    data string required

    data

    data_type string required

    data_type

    handle string required

    handle

    key number required

    key

    resource string required

    resource

    success boolean required

    success

    value string required

    value

    vm_status string required

    vm_status

    block_time string required

    The block time of the block

  • ]
  • ]
Loading...