# Balance

{% hint style="info" %}
Hướng dẫn lấy số dư
{% endhint %}

### Import

## Create task

<mark style="color:green;">`POST`</mark> `/getBalance`

```
endpoint: https://api.capsieure.com/getBalance
```

Tạo Task mới

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Body**

```
{
  "clientKey": "67b6bcbb1a728ea8d563de6d169a2057"
}
```

| Name      | Type   | Description                                            |
| --------- | ------ | ------------------------------------------------------ |
| clientKey | string | api key lấy [tại đây](https://capsieure.com/thong-tin) |

**Response**

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

```json
{
  "errorId": 0,
  "balance": 125325
}
```

{% endtab %}
{% endtabs %}
