# 计费 Charge

> CNB 计费模块提供了费用和计费相关的管理接口。

## 概述

计费模块用于查询和管理账户的费用信息。

## 接口列表

### 计费相关接口

<table>
<thead>
  <tr>
    <th>
      接口
    </th>
    
    <th>
      方法
    </th>
    
    <th>
      描述
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      待补充
    </td>
    
    <td>
      -
    </td>
    
    <td>
      -
    </td>
  </tr>
</tbody>
</table>

## 使用示例

```bash
# 示例请求
curl -X GET "https://api.cnb.cool/charge" \
  -H "Authorization: Bearer YOUR_TOKEN"
```

## 注意事项

- 计费信息需要管理员权限
