# Check your earnings

## Check your crypto holdings in dollars and native crypto currency

## Create a get balance request.

<mark style="color:green;">`GET`</mark> `https://api.ozurapay.com/GetMerchantBalance`

Creates a new payment widget, use the widget ID to append to the widget URL.

#### Request Body

| None |
| ---- |
| None |

{% tabs %}
{% tab title="200 Login successfully created" %}

```javascript
{"ethBalance":605813858374725.5,
"usdtBalance":0}
```

{% endtab %}

{% tab title="401 Permission denied" %}

{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Good to know:** Make sure you're logged in with bearer or your Auth 2.0 token.
{% endhint %}

## Widget payment status
