Skip to content

feat(users): add GET /users/:address/markets with filters and paginat…#485

Merged
Olowodarey merged 1 commit intoArena1X:mainfrom
Pee-pheelips:feature/411-user-markets-endpoint
Mar 29, 2026
Merged

feat(users): add GET /users/:address/markets with filters and paginat…#485
Olowodarey merged 1 commit intoArena1X:mainfrom
Pee-pheelips:feature/411-user-markets-endpoint

Conversation

@Pee-pheelips
Copy link
Copy Markdown
Contributor

Public endpoint lists markets created by a user. Supports status (active, resolved, cancelled), sort_by (created_at, participant_count), and order (asc, desc). Adds unit tests and e2e coverage.

closes #411

…ion (Arena1X#411)

Public endpoint lists markets created by a user. Supports status
(active, resolved, cancelled), sort_by (created_at, participant_count),
and order (asc, desc). Adds unit tests and e2e coverage.

Made-with: Cursor
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
insight-arena-4rll Ready Ready Preview, Comment Mar 29, 2026 7:00pm

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@Pee-pheelips Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Olowodarey Olowodarey merged commit 37d4c6d into Arena1X:main Mar 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] User Profile - Get User's Markets

2 participants