Transaction History API Endpoint

Job ID: 40069182

Budget: $332 – $333 USD

I need an additional endpoint added to my existing back-end so I can pull transaction history from a digital payment wallet integration similar to PayPal. The new route should return a clean JSON response containing the following fields for each record:

• Transaction ID
• Amount
• Timestamp

Please wire it into the current authentication flow, follow our code style, and document the request/response schema in a short README or inline comments so I can test it right away with Postman once delivered.