> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joystream.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# jstm credits

> Check a workspace's credit balance and recent ledger entries.

Runs consume credits. Both commands are read-only and report credits only — no dollar figures.

## `credits balance`

```bash theme={null}
jstm credits balance
jstm credits balance --workspace acme-corp/finance --json
```

| Option              | Default          | Description          |
| ------------------- | ---------------- | -------------------- |
| `--workspace`, `-w` | Active workspace | Handle, UUID, or FQN |
| `--json`            | off              | Emit as JSON         |

## `credits ledger`

Show recent ledger entries, newest first.

```bash theme={null}
jstm credits ledger
jstm credits ledger --limit 100 --workspace acme-corp/finance
```

| Option              | Default          | Description             |
| ------------------- | ---------------- | ----------------------- |
| `--workspace`, `-w` | Active workspace | Handle, UUID, or FQN    |
| `--limit`, `-n`     | `20`             | Maximum entries to show |
| `--json`            | off              | Emit as JSON            |

The ledger is how you find out where credits went — which runs consumed them and when.

## See also

* [Credits](/features/credits)
