Skip to content

Add fetchTransactionHistory function #83

@MissBlue00

Description

@MissBlue00

Task

Add a fetchTransactionHistory function to retrieve transaction history via SEP-6.

Details

  • Function signature: fetchTransactionHistory(params: HistoryParams): Promise<TransactionHistoryResult>
  • Fetch transactions from anchor via SEP-6
  • Support pagination for large result sets
  • Filter by asset, date range, and status
  • Add HistoryParams and TransactionHistoryResult interfaces

Test

Run pnpm --filter @stellar-pay/anchor-service build to verify no TypeScript errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions