Skip to main content

Get activities of type from time to time

Get activities of a coin type from time to time

Path Parameters
    coin_type string required

    The coin type to fetch info about

    Example: 0x6de517a18f003625e7fba9b9dc29b310f2e3026bbeb1997b3ada9de1e3cec8d6::opc::OPC
Query Parameters
    from_time string required

    The start time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')

    to_time string required

    The end time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')

    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 [
  • transaction_version number required

    transactionVersion

    event_index number required

    eventIndex

    amount number required

    amount

    block_height number required

    blockHeight

    coin_type string required

    coinType

    activity_type string required

    activityType

    entry_function_id_str string required

    entryFunctionIdStr

    event_account_address string required

    eventAccountAddress

    event_sequence_number number required

    eventSequenceNumber

    is_gas_fee boolean required

    isGasFee

    is_transaction_success boolean required

    isTransactionSuccess

    owner_address string required

    ownerAddress

    block_time date-time required

    blockTime

    timestamp number required

    timestamp

    event_creation_number number required

    eventCreationNumber

  • ]
  • ]
Loading...