# Partners Referral API

## Check quest completed

<mark style="color:green;">`GET`</mark> `/api/v1/ft/referral/info`

\<Description of the endpoint>

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |
| X-API-KEY    | \<your api key>    |

**Query**

| Name          | Type   | Description      |
| ------------- | ------ | ---------------- |
| `userAddress` | string | User evm Address |

**Response**

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

```json
{
  "userAddress": "0x...",
  "parentAddress": "0x...",
  "dailyClaimsCount": 0,
  "claimsCount": 0
}
```

{% endtab %}
{% endtabs %}
