https://api.dataify.com/api/open/proxy_users/flow_stat_hourlyPOSTapplication/json{
"type": 1,
"username": "demo_user",
"start_time": "2026-05-25 00:00:00",
"end_time": "2026-05-25 23:59:59"
}| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| type | int | 否 | 用户类型:1 住宅,2 高带宽,不传默认 1 |
| start | int64 | 否 | 查询开始时间戳(秒) |
| end | int64 | 否 | 查询结束时间戳(秒) |
| child_id | int | 否 | 网络服务用户 ID |
| child_name | string | 否 | 网络服务用户名 |
| auth_type | int | 否 | 认证类型 |
| white_ip | string | 否 | 白名单网络地址 |
| address | string | 否 | 访问地址 |
| country | string | 否 | 国家 |
{
"code": 200,
"data": [
{
"hour": "2026-05-25 10:00:00",
"flow": 104857600,
"num": 8
}
],
"message": "success",
"timestamp": 1710000001
}hour 为每小时的起始时间。used_traffic 单位为字节,可在前端转为 MB 或 GB 展示。total_traffic 为该小时可用总流量。child_id 或 child_name 时默认查询主账户数据。