Skip to main content

Get transaction payloads from block to block

Get transaction payloads 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 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

    block_time date-time required

    blockTime

    timestamp number required

    timestamp

    transaction_version number required

    txVersion

    transaction_hash string required

    txType

    transaction_type string required

    txHash

    function string required

    function

    type_arguments string required

    typeArguments

    arguments string required

    arguments

    block_hash string required

    block_hash

    success boolean required

    success

    type string required

    type

    vm_status string required

    vm_status

  • ]
  • ]
Loading...