points

Get DRE Status tier and progress for the authenticated wallet

Returns the wallet’s DRE Status tier and progress toward the next tier, based on the cumulative number of distinct UTC days the wallet earned at least one point.

get/points/status

Response

DRE Status tier and progress

tier'dreamer' | 'builder' | 'architect' | 'legend' required

Current DRE Status tier of the authenticated wallet

daysActivenumber required

Number of distinct UTC days on which the wallet earned at least one point. Cumulative and permanent.

nextTier'dreamer' | 'builder' | 'architect' | 'legend' nullable required

Next achievable tier, or null if the wallet is already legend

daysToNextTierobject nullable required

Remaining active days until the next tier, or null if the wallet is already legend

Changes