# API's

{% embed url="<https://api.pankuku.net/api/getTokenPrice>" %}
Get KUKU Current Token Price from panKUKU DEX
{% endembed %}

{% embed url="<https://api.pankuku.net/api/gettotallocked>" %}
Get Current Total Locked Value (TVL) across all farms and pools from panKUKU DEX
{% endembed %}

{% embed url="<https://api.pankuku.net/api/supply>" %}
Get Max Supply (total minted), Burned and Total Supply
{% endembed %}

{% embed url="<https://api.llama.fi/tvl/pankuku>" %}
Get Current Total Liquidity Provided on the AMM  = Total Value Locked on Defi Llama
{% endembed %}

{% embed url="<https://api.llama.fi/protocol/pankuku>" %}
Get History of Total Liquidity Provided on the AMM  = Total Value Locked on Defi Llama
{% endembed %}

{% embed url="<https://api.llama.fi/dataset/pankuku.csv>" %}
Download Up to Date Dataset of Total Liquidity Provided on the AMM  = Total Value Locked on Defi Llama
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pankuku.gitbook.io/kuku_wiki/knowledge-center/the-project/development/apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
