# Account

## Get Balance

<mark style="color:blue;">`GET`</mark> `https://public_key:secret_key@api.ippopay.com/v1/payout/account/balance`

Use this api to fetch available balance on your account. You can get your keys from the payout  dashboard.

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

```
{
    "success": true,
    "message": "Account Details",
    "data": {
        "account": {
            "available_balance": "47.50"
        }
    }
}
```

{% endtab %}
{% endtabs %}
