# cldkctl balance

The balance command group is used to retrieve project billing and usage information in Cloudeka. It provides subcommands to view detailed balance data, including accumulated cost, resource quota, add-ons, and transaction history.

## Usage

```
cldkctl balance [command] [flags]
```

## Available Commands

<table><thead><tr><th width="196.6666259765625">Command</th><th>Description</th></tr></thead><tbody><tr><td>cldkctl balance detail</td><td>Display detailed balance information for a specific project.</td></tr></tbody></table>

## Flags

<table><thead><tr><th width="179.3333740234375">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the balance command.</td></tr></tbody></table>

{% hint style="success" %}
This command supports [Global Flags](/cloudeka-api-list/global-flags.md) section for details.
{% endhint %}

{% hint style="info" %}
Both balance and balance detail display the same output.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-balance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
