---
title: 餘額物件 | RunAPI
description: 以美分表示的帳戶餘額及使用總額。
url: https://runapi.ai/zh-HK/docs/api/management/balance/object.md
canonical: https://runapi.ai/zh-HK/docs/api/management/balance/object
locale: zh-HK
---

> HTML 版本: https://runapi.ai/zh-HK/docs/api/management/balance/object
> 智能代理網站索引: https://runapi.ai/llms.txt

# 餘額物件

以美分表示的帳戶餘額及使用總額。

## 物件欄位

資源可重用物件共享的穩定欄位。

### 餘額

```json
{
  "balance_cents": {
    "description": "以美分計的總剩餘餘額。",
    "required": true,
    "type": "integer"
  },
  "bonus_balance_cents": {
    "description": "剩餘獎勵餘額（以美分計）。",
    "required": true,
    "type": "integer"
  },
  "paid_balance_cents": {
    "description": "剩餘付費餘額（以美分計）。",
    "required": true,
    "type": "integer"
  },
  "spent_cents_today": {
    "description": "以當前時區計算的今日消費金額",
    "required": true,
    "type": "integer"
  },
  "spent_cents_total": {
    "description": "帳戶的總消費金額",
    "required": true,
    "type": "integer"
  }
}
```

## 相關參考資料

- [餘額](https://runapi.ai/zh-HK/docs/api/management/balance.md)
- [擷取餘額](https://runapi.ai/zh-HK/docs/api/management/balance/retrieve.md)

---

## RunAPI 的更多內容

- [首頁](https://runapi.ai/zh-HK/.md)
- [模型目錄](https://runapi.ai/zh-HK/models.md)
- [收費](https://runapi.ai/zh-HK/pricing.md)
- [服務商](https://runapi.ai/zh-HK/models)
- [文件](https://runapi.ai/zh-HK/docs/guides)
- [SDK](https://runapi.ai/zh-HK/sdk.md)
- [CLI](https://runapi.ai/zh-HK/cli.md)
- [MCP Server](https://runapi.ai/zh-HK/mcp.md)
- [Claude Code 與 Cursor](https://runapi.ai/zh-HK/claude-code-vs-cursor.md)
- [Cursor API 設定](https://runapi.ai/zh-HK/cursor-api-setup.md)
- [RunAPI 與 OpenRouter](https://runapi.ai/zh-HK/openrouter-alternative.md)
- [企業版](https://runapi.ai/zh-HK/contact.md)
- [聯絡](https://runapi.ai/zh-HK/contact.md)
- [條款](https://runapi.ai/zh-HK/terms.md)
- [私隱](https://runapi.ai/zh-HK/privacy.md)
- [智能代理網站索引](https://runapi.ai/llms.txt)

聯絡我們: contact@runapi.ai

## 結構化資料

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-HK/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-HKicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "TechArticle",
    "headline": "餘額物件",
    "description": "以美分表示的帳戶餘額及使用總額。",
    "url": "https://runapi.ai/zh-HK/docs/api/management/balance/object",
    "mainEntityOfPage": "https://runapi.ai/zh-HK/docs/api/management/balance/object"
  }
]
```
