Unique token participant statistics

UniqueParticipant

interface UniqueParticipant {
    total?: string | number;
    list?: { statTime?: string; uniqueParticipantCount?: string }[];
}

Properties

Properties

total?: string | number

Total number of records

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

List of participant statistics

Type declaration

  • OptionalstatTime?: string

    Statistics timestamp (UTC)

  • OptionaluniqueParticipantCount?: string

    Daily unique participant count