-
Notifications
You must be signed in to change notification settings - Fork 96
feat(routes-f): donation and tip transaction history endpoint #466
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programroutes-fStandalone API route in app/api/routes-f/Standalone API route in app/api/routes-f/
Description
Overview
Implement app/api/routes-f/donations/history/route.ts for a full tip/donation transaction log.
Scope
GET /api/routes-f/donations/history— returns authenticated user's sent and received tips- Query params:
?direction=sent|received|all&limit=20&cursor=&from=&to=
Acceptance Criteria
- Each record includes
amount_usdc,sender_username,recipient_username,message,tx_hash,created_at - Date range filter via
from/toISO timestamps - Cursor pagination
- Route lives exclusively in
app/api/routes-f/donations/history/
Notes
Standalone — no dependency on other open issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programroutes-fStandalone API route in app/api/routes-f/Standalone API route in app/api/routes-f/