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

# Get balance

Get the user's EUR balance.

Requires a **per-user api-key**.

<ParamField body="currency" type="string" required>
  `EUR`
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "balance": "12992"
  }
  ```
</ResponseExample>

<Warning>Balance is in **cents**. `12992` = €129.92</Warning>
