# Get Balance

### Get Package balance <a href="#get-package-balance" id="get-package-balance"></a>

<mark style="color:blue;">`GET`</mark> `https://api.mrccaptcha.com/captcha/user/balance?apikey=YOUR_API_KEY`

**Query params**

| Name     | Type                                     | Description                                                                         |
| -------- | ---------------------------------------- | ----------------------------------------------------------------------------------- |
| `apikey` | string<mark style="color:red;">\*</mark> | Your Package API-Key, you can get it [here](https://mrccaptcha.com/member/packages) |

**Response**

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

```json
{
  "code": 0,
  "message": "Success",
  "KeyType": "MAIN",
  "Balance": 1000
}
```

{% endtab %}
{% endtabs %}
