Interface GetAccountActivitiesOptionalParams

Optional parameters.

interface GetAccountActivitiesOptionalParams {
    direction?: string;
    limit?: number;
    ownedOnly?: boolean;
    scope?: string;
    type?: string;
}

Hierarchy

  • OperationOptions
    • GetAccountActivitiesOptionalParams

Properties

direction?: string

Sorts results in forwards or backwards direction

limit?: number

Limit paginated resources (max 100)

ownedOnly?: boolean

Indicate to filter only activities initiated by the account

scope?: string

Scopes results in a txi or generation range

type?: string

Filter by activity type. Supported values:

  • transactions - Transactions containing the account in any of the transaction fields
  • aexn - AExN (aex9 and aex141) activities
  • aex9 - AEx9 activities
  • aex141 - AEx141 activities
  • contract - Internal and external contract calls
  • transfers - Internal (both gen-based and tx-based) transfers
  • claims - Name claims related to the name hash
  • swaps - Dex swaps related to the name hash