Interface GetTotalAccountsStatsOptionalParams

Optional parameters.

interface GetTotalAccountsStatsOptionalParams {
    direction?: Enum60;
    intervalBy?: Enum59;
    limit?: number;
}

Hierarchy

  • OperationOptions
    • GetTotalAccountsStatsOptionalParams

Properties

direction?: Enum60

Sorts results in forwards or backwards direction

intervalBy?: Enum59

The interval in which to return the stats.

limit?: number

Limit paginated resources (max 100)