# getBalance

## Balance actions

## getBalance

<mark style="color:blue;">`GET`</mark> `https://api.smsbeta.com/{yourToken}/getBalance`

This request can be used to get your current balance.

#### Query Parameters

| Name                                    | Type   | Description                      |
| --------------------------------------- | ------ | -------------------------------- |
| Token<mark style="color:red;">\*</mark> | String | 45dba31700000000b3f704ebfb480000 |

{% tabs %}
{% tab title="200: OK your blance" %}

````json
```json
{
    "code": 200,
    "Msg": "success!",
    "data": {
        "balance": 995000,
        "mail": "xxx@xxx.com"
    }
}
```
````

{% endtab %}
{% endtabs %}
