> For the complete documentation index, see [llms.txt](https://huajiangs-organization.gitbook.io/xiao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huajiangs-organization.gitbook.io/xiao/api-en/dynamic-api-integration/listrechargerecords.md).

# listRechargeRecords

**Request Method:&#x20;**<mark style="color:green;">**GET**</mark>

```
https://start.unionproxy.xyz/ip/system/user/rechargeLog
```

Request Header

```
// Request credential (Contact customer service to obtain)
headers：  "Authorization": "Bearer MdNtlpQCI8E5wxxxxxxxxxxxxxxxxxx"
```

Return Result

```
{
    "msg": "Operation Succeeded",
    "code": 200,
    "data": [
        {
            "id": "86",
            "userId": "d8883744",
            "toUserBeforeAmount": 0.00, // Balance before recharge for target user
            "toUserAfterAmount": 5.00,  // Balance after recharge for target user
            "fromUserBeforeAmount": 10, // Balance before deduction for source user
            "fromUserAfterAmount": 5, // Balance after deduction for source user
            "trafficNumber": 500.00,
            "createTime": "2025-10-13T14:42:35",
            "toUserId": "fc88893e",
            "fromUserId": "d67ef96fed1a",
            "toUserName": "uni", // Target account for recharge
            "fromUserName": "LF8", // Source account for recharge
            "operateType": -1,
            "operateBathCode": "9fb8",
            "status": "Success"
        }
    ]
}
```
