# checkHealthTokenAPI

### Description

This endpoint is used to check the current health of the **NFT-API**. It returns the API health status as either **UP** or **DOWN**.

{% code overflow="wrap" %}

```javascript
public checkHealthTokenAPI() : VyPromise<VyTokenApiHealthDto>
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Returns**

VyPromise<[VyTokenApiHealthDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vytokenapihealthdto)>
{% endtab %}
{% endtabs %}
