Skip to main content

Get transaction payloads

Get transaction payloads

Query Parameters
    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...