This method returns the transaction's history.
The transaction's ID.
GET /transactions/{transaction_id}/history HTTP/1.1 Host: X-Ledger-API-Key: YOUR_API_KEY Accept: */*
Transaction history
{ "history": [ [ { "created_by": 5, "created_on": "2025-05-30T18:27:51.801Z", "expired_at": "2025-05-30T18:27:51.801Z", "id": 1, "is_complete": true, "status": "ACTIVE", "type": "CREATE_ACCOUNT" } ] ] }