Progress

User progress tracking and goals

Get user progress

get
/users/{address}/progress

Returns comprehensive progress information for a specific user including season status, current week, goals progress, available credits, and enrollment status. Requires signed fetch authentication.

Authorizations
AuthorizationstringRequired

Signed fetch authentication using @dcl/platform-crypto-middleware (ADR-44l). Requires auth chain headers (x-identity, x-signature, x-timestamp) for signature validation. See http://adr.decentraland.org/adr/ADR-44l for details.

Path parameters
addressstringRequired

User's Ethereum address

Example: 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEbPattern: ^0x[a-fA-F0-9]{40}$
Responses
chevron-right
200

User progress retrieved successfully

application/json
get
/users/{address}/progress

Last updated