Skip to main content

Transactions history

Returns the history of submitted transactions

Query Parameters
    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The max number of results per pagination page

    page integer

    Possible values: >= 1

    Default value: 1

    Pagination page number to show results for

Responses


Schema
  • Array [
  • block string required

    block number

    state string required

    transaction state

    timestamp string required

    transaction state timestamp

    transaction_hash string required

    transaction hash

  • ]
Loading...