> 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/rechargesubaccount.md).

# rechargeSubAccount

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

```
//Request Method: GET
https://start.unionproxy.xyz/ip/system/user/recharge?toId=${toId}&trafficNumber=${trafficNumber}
```

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

```
// Request Parameter Description
//Unit: MB; 1000MB=1G

toId: Target user ID for recharge (obtained via the "Agent Query Recharge User Info" interface)
trafficNumber: Recharge traffic amount
```

```
// Return Description
// code: 200 for success, other codes indicate failure
{
"msg": "操作成功",
"code": 200
}
```
