> For the complete documentation index, see [llms.txt](https://amplify-docs.gitbook.io/amplify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amplify-docs.gitbook.io/amplify/english/api/balances.md).

# Balances

## **Balances**

The balance API allows us to obtain information about our customers balances

#### **API**

#### \[GET] [https://api.getamplify.app/receiver/:receiverId](https://api.getamplify.app/receiver/:receiverId**)

Gets the balance of a customer.

This endpoint requires the following headers:

```
{
  "apiKey": "123xxx456",
  "clientId": "123xxx456",
}
```

**Response**

```
{
    "available": 1234,
    "rate": 1000,
}
```
