> For the complete documentation index, see [llms.txt](https://developer.leaderos.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.leaderos.net/credits/show-credits.md).

# Show Credits

<mark style="color:blue;">`GET`</mark> `https://yourwebsite.com/api/credits?username=<username>`

{% tabs %}
{% tab title="200: OK Successful login" %}

```json
{
    "credits": "10.25 USD",
    "raw_credits": 10.25,
    "currency": "USD"
}
```

{% endtab %}

{% tab title="404: Not Found User not found" %}

```json
{
    "status": false,
    "error": "USER_NOT_FOUND",
    "message": "User not found!"
}
```

{% endtab %}
{% endtabs %}
