Account growth statistics

AccountGrowth

interface AccountGrowth {
    total?: string | number;
    list?: { count?: string; statTime?: string }[];
}

Properties

Properties

total?: string | number

Total number of records

list?: { count?: string; statTime?: string }[]

List of account growth statistics

Type declaration

  • Optionalcount?: string

    Daily new accounts count

  • OptionalstatTime?: string

    Statistics timestamp (UTC)