Skip to content

feat(routes-f): donation and tip transaction history endpoint #466

@davedumto

Description

@davedumto

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/to ISO timestamps
  • Cursor pagination
  • Route lives exclusively in app/api/routes-f/donations/history/

Notes

Standalone — no dependency on other open issues.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programroutes-fStandalone API route in app/api/routes-f/

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions