Skip to main content

Get transaction signatures

Get transaction signatures

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

    transaction_version number required

    txVersion

    transaction_hash string required

    txHash

    transaction_type string required

    txType

    type string required

    type

    public_key string required

    publicKey

    signature string required

    signature

    timestamp number required

    timestamp

  • ]
  • ]
Loading...