---
spec: cash.yaml
operationId: getTransfers
---

Returns a paginated list of transfer records for the specified account identifier.

## Response Examples

```json 200
{
  "s": "ok",
  "d": {
    "pageNum": 1,
    "pageSize": 10,
    "sort": "ASC",
    "total": 71,
    "list": [
      {
        "serialNo": "20260129000082718",
        "currDate": 20260129,
        "currTime": "13:28:30",
        "bankCode": "**** **** 0976",
        "amount": "10",
        "transferId": "20260129181936",
        "fundType": "1",
        "fundChannel": "0",
        "transStatus": "1",
        "remark": "Requested",
        "userId": "3000000000",
        "apexStatus": "Completed",
        "endDate": 20260129,
        "endTime": "16:32:00",
        "achRelationshipId": "679240553ae1fc08145c63fa",
        "bankRoutingNumber": "XXXXXXXX",
        "tradeAccount": "lh000000000001",
        "processStatus": "COMPLETED",
        "cancelStatus": "NORMAL"
      }
    ]
  },
  "errormsg": null
}
```

```json error
{
  "s": "error",
  "errormsg": "Unauthorized"
}
```
