---
title: Objet balance | RunAPI
description: Solde du compte et totaux d'utilisation exprimés en cents USD.
url: https://runapi.ai/fr/docs/api/management/balance/object.md
canonical: https://runapi.ai/fr/docs/api/management/balance/object
locale: fr
---

> Version HTML: https://runapi.ai/fr/docs/api/management/balance/object
> Index du site pour les agents: https://runapi.ai/llms.txt

# Objet balance

Solde du compte et totaux d'utilisation exprimés en cents USD.

## Champs de l'objet

Champs stables partagés par l'objet réutilisable de la ressource.

### Solde

```json
{
  "balance_cents": {
    "description": "Solde restant total en cents USD.",
    "required": true,
    "type": "integer"
  },
  "bonus_balance_cents": {
    "description": "Solde bonus restant en centimes USD.",
    "required": true,
    "type": "integer"
  },
  "paid_balance_cents": {
    "description": "Solde payant restant en centimes USD.",
    "required": true,
    "type": "integer"
  },
  "spent_cents_today": {
    "description": "Montant dépensé aujourd'hui dans le fuseau horaire courant",
    "required": true,
    "type": "integer"
  },
  "spent_cents_total": {
    "description": "Montant total dépensé par le compte",
    "required": true,
    "type": "integer"
  }
}
```

## Référence associée

- [Solde](https://runapi.ai/fr/docs/api/management/balance.md)
- [Récupérer le solde](https://runapi.ai/fr/docs/api/management/balance/retrieve.md)

---

## Plus de ressources de RunAPI

- [Accueil](https://runapi.ai/fr/.md)
- [Catalogue de modèles](https://runapi.ai/fr/models.md)
- [Tarifs](https://runapi.ai/fr/pricing.md)
- [Fournisseurs](https://runapi.ai/fr/models)
- [Documentation](https://runapi.ai/fr/docs/guides)
- [SDK](https://runapi.ai/fr/sdk.md)
- [CLI](https://runapi.ai/fr/cli.md)
- [Serveur MCP](https://runapi.ai/fr/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/fr/claude-code-vs-cursor.md)
- [Configuration de l’API Cursor](https://runapi.ai/fr/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/fr/openrouter-alternative.md)
- [Entreprise](https://runapi.ai/fr/contact.md)
- [Contact](https://runapi.ai/fr/contact.md)
- [Conditions](https://runapi.ai/fr/terms.md)
- [Confidentialité](https://runapi.ai/fr/privacy.md)
- [Index du site pour les agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Données structurées

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/fr",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/fr/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/fr",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/fricon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "TechArticle",
    "headline": "Objet balance",
    "description": "Solde du compte et totaux d'utilisation exprimés en cents USD.",
    "url": "https://runapi.ai/fr/docs/api/management/balance/object",
    "mainEntityOfPage": "https://runapi.ai/fr/docs/api/management/balance/object"
  }
]
```
