Query Traffic Balance
Last updated
Interface Description: Obtain Thordata master account traffic balance through the interface
Interface URL: https://openapi.thordata.com/api/account/traffic-balance
Request Method: GET
Params:
{
"code": 200,
"data": {
"expiration_time": "2025-03-26",
"traffic_balance": 10000
},
"msg": "ok"
}If the returned code value is not 200, please check the error code description list and modify it.
code
number
No
-
data
object
No
-
traffic_balance
number
Yes
Remaining traffic (MB)
expiration_time
string
Yes
Expiration time
msg
string
No
-
Last updated