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

# Cek Saldo

## Create a new user

<mark style="color:blue;">`GET`</mark> `https://api.tukar.co.id/h2h/api/balance`

**Parameter**

| Parameter  | Tipe Data | Description   |
| ---------- | --------- | ------------- |
| `api_key`  | string    | API Key anda  |
| `api_user` | number    | API User anda |

**Response**

{% tabs %}
{% tab title="Respon Sukses" %}

```json
{
  "status": "sukses",
  "message": "Cek saldo sukses",
  "rc": "00",
  "total_trx": 2,
  "saldo_terpakai": 2360525,
  "saldo": 271800
}
```

{% endtab %}
{% endtabs %}
