points

Real-time check-in status for the authenticated wallet

Read from our own check-in table rather than Fuul, so it reflects a check-in the moment it is recorded. completedWeeks is the lifetime count of completed weekly check-ins and drives the boost week: the boost never resets, so missed weeks only pause it and the next check-in resumes on the following week.

get/points/check-in/status

Response

Current-week check-in flag and lifetime completed count

checkedInThisWeekboolean required

Whether the wallet has a completed check-in in the current UTC ISO week

completedWeeksnumber required

Lifetime count of completed weekly check-ins. Drives the boost week: the boost never resets, so missed weeks only pause it and the next check-in resumes on the following week.

lastCompletedAtstring date-time nullable required

When the most recent completed check-in was recorded; null when the wallet has never checked in. The boost from it lapses at the next UTC ISO-week boundary (Monday 00:00 UTC).

Changes