> For the complete documentation index, see [llms.txt](https://docs.chargeweb3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chargeweb3.com/payment-api/get-account-balance.md).

# Get Account Balance

## Get Account Balance

<mark style="color:green;">`POST`</mark> `/`payments/account\_balance

Get your payment account's balance.

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Response**

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

```json
{
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}
