---
title: 余额对象
url: https://runapi.ai/zh-CN/docs/api/management/balance/object.md
canonical: https://runapi.ai/zh-CN/docs/api/management/balance/object
locale: zh-CN
---

# 余额对象

以美元分表示的账户余额和用量汇总。

## 对象字段

可复用资源对象共享的稳定字段。

### 余额

```json
{
  "balance_cents": {
    "description": "Total remaining balance in USD cents.",
    "required": true,
    "type": "integer"
  },
  "bonus_balance_cents": {
    "description": "Remaining bonus balance in USD cents.",
    "required": true,
    "type": "integer"
  },
  "paid_balance_cents": {
    "description": "Remaining paid balance in USD cents.",
    "required": true,
    "type": "integer"
  },
  "spent_cents_today": {
    "description": "Amount spent today in the current time zone",
    "required": true,
    "type": "integer"
  },
  "spent_cents_total": {
    "description": "Total amount spent by the account",
    "required": true,
    "type": "integer"
  }
}
```

## 相关参考

- [余额](/docs/api/management/balance)
- [获取余额](/docs/api/management/balance/retrieve)
