cURL
curl --request POST \ --url https://apiv1.cakeip.com/openapi/account/queryTrafficUsage \ --header 'Content-Type: application/json' \ --data ' { "appKey": "<string>", "type": "5min", "startDay": "2025-09-01", "endDay": "2025-09-02" } '
{ "code": 0, "msg": "success", "data": { "limit": 99999999, "offset": 0, "count": 287, "total": 287, "start_day": "2025-09-01 00:00:00", "end_day": "2025-09-02 00:00:00", "sum": "60970.744", "data_count": { "2025-09-01 00:00": "1520.593", "2025-09-01 00:05": "1586.993", "2025-09-01 00:10": "1201.897" } } }
查询流量消耗
查询流量消耗请求
AppKey密钥
查询类型
5min
day
"5min"
开始日期
"2025-09-01"
结束日期
"2025-09-02"
流量消耗查询响应
状态码,0为操作成功
0
-1
响应消息
"success"
流量使用数据
Show child attributes