---
title: "Get transactions history (JSON data)"
method: GET
path: "/backend/{gatewayname}/v1/loan/{unityuserid}/transactionhistory/{lid}"
---

# Get transactions history (JSON data)

`GET /backend/{gatewayname}/v1/loan/{unityuserid}/transactionhistory/{lid}`

Returns list of all the transactions in JSON format

## Path parameters

- `gatewayname` string, required
- `unityuserid` string, required
- `lid` string, required

## Headers

- `x-gateway-secret` string, required
- `x-gateway-authtoken` string, required

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `transactionHistory` object[]
      - `amount` integer
      - `date` string
      - `description` string
      - `status` string
  - `message` string

---

[API](https://skmtc.dev/smallcase/apis/graph-performance-api.md) · [All operations](https://skmtc.dev/smallcase/apis/graph-performance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallcase/graph-performance-api/revisions/6d2439eafede/schema)
