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

# getDistributorTrafficInfo

// Distributor's own traffic data (retrieve every half hour if needed)

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

```
https://start.unionproxy.xyz/ip/getInfo
```

```
headers：
"Authorization": "Bearer MdNtlpQCI8E5wxxxxxxxxxxxxxxxxxx"
```

```
// Return Description
// code: 200 for success, other codes indicate failure

{
	"msg": "Operation Succeeded",
	"code": 200,
	"user": {
		"createBy": "",
		"createTime": "2025-02-08 13:22:52",
		"shareUserId": null,
		"shareCode": "34735120", // System account sharing code
		"money": 0.00, // System account balance
		"percentage": "0.20", // Commission ratio of system account
		"usageBandwidth": 0.00,
		"grade": 0,
		"admin": false,
		"tusername": null, // Dynamic IP pool account username & password
		"gstatus": null,
		"tstatus": null, // Dynamic IP pool account status
		"ttrafficLimit": null, // Total available traffic of sub-account under dynamic IP pool
		"tuseTraffic": null // Used traffic of sub-account under dynamic IP pool
	}
}
```
