Interface GetTransactionsStatsOptionalParams

Optional parameters.

interface GetTransactionsStatsOptionalParams {
    direction?: Enum62;
    intervalBy?: Enum61;
    limit?: number;
    maxStartDate?: string;
    minStartDate?: string;
    txType?: string;
}

Hierarchy

  • OperationOptions
    • GetTransactionsStatsOptionalParams

Properties

direction?: Enum62

Sorts results in forwards or backwards direction

intervalBy?: Enum61

The interval in which to return the stats.

limit?: number

Limit paginated resources (max 100)

maxStartDate?: string

The maximum start date in YYYY-MM-DD format.

minStartDate?: string

The minimum start date in YYYY-MM-DD format.

txType?: string

The type of the transactions