---
title: Balance object
url: https://runapi.ai/docs/api/management/balance/object.md
canonical: https://runapi.ai/docs/api/management/balance/object
locale: en
---

# Balance object

Account balance and usage totals expressed in USD cents.

## Object fields

Stable fields shared by the resource's reusable object.

### Balance

```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"
  }
}
```

## Related reference

- [Balance](/docs/api/management/balance)
- [Retrieve the balance](/docs/api/management/balance/retrieve)
