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

# 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 %}
