# Credit

## Endpoint

| Method | URL                                 |
| ------ | ----------------------------------- |
| GET    | `$synapses`**`/v1/billing/credit`** |

### Headers

| Header          | Value                                                                |
| --------------- | -------------------------------------------------------------------- |
| `Authorization` | `Bearer` [`YOUR_API_KEY`](https://docs.kredibel.io/authentication-1) |

### **Response**

{% tabs %}
{% tab title="Description" %}

| Field        | Type        | Description             |
| ------------ | ----------- | ----------------------- |
| amount       | `Integer`   | Total available credits |
| updatedAt    | `Timestamp` | Last update             |
| {% endtab %} |             |                         |

{% tab title="Example" %}

```
{
    "message": "Billing Status",
    "data": {
        "amount": 965526063,
        "updatedAt": 1627531044
    }
}
```

{% endtab %}
{% endtabs %}
