ChallengeEntry
This object represents a hourly challenge entry
Structure
- Fields
name>String- Name of the hourly challengechallenge_type>String[ChallengeType]created>UTC Timestamp (seconds)- Hour at which this challenge showed up
Example
{
"name": "Collection Challenge",
"challenge_type": "COLLECTION",
"created_at": 1722945600
}