getPuzzleProjectList
Fetch paginated Puzzle activities filtered by status, project code, or coin to browse available events and locate project details.
Instructions
Returns a paginated list of Puzzle activities filtered by status. Optionally narrow results by project code or activity coin.
AI agent can use this to help users browse available Puzzle activities or look up details of a specific project.
Agent hint: Use this endpoint to list Puzzle activities. Filter by status (0=upcoming, 1=ongoing, 2=ended). To look up a specific project, pass its code via projectId. Use cursor/limit for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| status | Yes | ||
| projectId | No | ||
| activityCoin | No |