> 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/copy-of-xiao/proxies/openapi/liu-liang-cha-xun.md).

# 流量查询

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

```
// get 请求
https://start.unionproxy.xyz/ip/getInfo
```

```json
请求凭证（用户登录返回）
{
"Authorization": "Bearer MdNtlpQCI8E5w"
}
```

```json
{
	"msg": "操作成功",
	"code": 200,

	,
	"user": {
		"createBy": "",
		"createTime": "2025-02-08 13:22:52",
		"shareUserId": null,
		"shareCode": "34735120", （系统账户分享码）
		"money": 0.00,（系统账户余额）
		"percentage": "0.20",（系统账户分佣比例）
		"usageBandwidth": 0.00,
		"grade": 0
		"admin": false,
		"tusername": null,（动态ip池子账户账户/密码）
		"gstatus": null,
		"tstatus": null,（动态ip池子账户状态）
		"ttrafficLimit": null,（动态ip池账子账号总可使用流量数）
		"tuseTraffic": null,（动态ip池账户子账户已使用流量数）
		"gid": null,
		"gname": null
	}
}
```
