Skip to main content

Get decoded events from a block to a block

Get decoded events 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 Returns the decoded events and corresponding date and timestamp


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 [
  • tx_hash string required

    transactionHash

    contract_address string required

    contractAddress

    block_number number required

    blockNumber

    timestamp number required

    Block timestamp

    block_time string required

    The block time of the block

    signature string required

    signature

    index number required

    logIndex

    data_decoded string required

    data

    event_name string required

    eventName

  • ]
  • ]
Loading...