Endpoint: GET /v1/user/balance
Header: Authorization: Bearer YOUR_TOKEN
{
"code": 200,
"data": {
"balance": 500.00,
"traffic": 10737418240 // 10GB in bytes
}
}
Endpoint: GET /v1/user/balance
Header: Authorization: Bearer YOUR_TOKEN
{
"code": 200,
"data": {
"balance": 500.00,
"traffic": 10737418240 // 10GB in bytes
}
}
您的反馈将帮助我们优化文档体验。