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

# Get Wallet Balance

## Get Wallet Balance

<mark style="color:blue;">`GET`</mark> `https://api.myidentitypay.com/api/v1/biometrics/merchant/data/wallet/balance`

This endpoint allows you to get your wallet balance.

#### Headers

| Name      | Type   | Description        |
| --------- | ------ | ------------------ |
| x-api-key | string | \<your secret key> |

{% tabs %}
{% tab title="200 Wallet balance successfully retrieved." %}

```
{
    "status": true,
    "detail": "Wallet Balance Retrieved",
    "balance": 0.0
}
```

{% endtab %}
{% endtabs %}
