# 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 %}
