Token holder statistics

TokenHolder

interface TokenHolder {
    total?: string | number;
    list?: { statTime?: string; holderCount?: string }[];
}

Properties

Properties

total?: string | number

Total number of records

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

List of holder statistics

Type declaration

  • OptionalstatTime?: string

    Statistics timestamp (UTC)

  • OptionalholderCount?: string

    Daily holder count