> For the complete documentation index, see [llms.txt](https://docs.proxynet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxynet.io/start/home/balance.md).

# Bakiye Kontrol

Hesabınızın bakiye durumunu kontrol edebileceğiniz komut.

{% code title="GET" overflow="wrap" %}

```
https://my.proxynet.io/api/check-balance?key=[YOUR_API_KEY]
```

{% endcode %}

<table><thead><tr><th>Parametre</th><th>Açıklama</th><th data-hidden></th></tr></thead><tbody><tr><td>Your API Key</td><td>Size özel tahsis edilmiş API keyiniz.</td><td></td></tr></tbody></table>

**Örnek Response**

```
{
    "status": true,
    "balance": "400",
    "currency": "$"
}

```
