# Balances

<mark style="color:blue;">`GET`</mark> `{{base_url}}/balance`

#### Headers

| Name          | Type   | Description                  |
| ------------- | ------ | ---------------------------- |
| Authorization | String | Bearer {{your\_secret\_key}} |

{% tabs %}
{% tab title="200: OK " %}

```json
{
    "success": true,
    "data": {
        "currency": "NGN",
        "main_balance": 10439446,
        "ledger_balance": 10439446,
        "due_invoices": 0,
        "holding_balance": 2500870
    }
}
```

{% endtab %}
{% endtabs %}
