# Token List API

**Overview**

Start here to get a list of all tokenID to use for calling another  endpoints. You can then use the required tokenID to call each endpoint.

There are 4 versions of Token List API

* <mark style="background-color:yellow;">**Token List API v4 (Recommended) ; Include informations about fundraising rounds, burns, and buybacks**</mark>

{% content-ref url="/pages/werXUM133Rd2YBu4NN3W" %}
[Token List API v4](/api-documents/api-endpoints/token-list-api/token-list-api-v4.md)
{% endcontent-ref %}

* Token List API v3 ; Provides more data fundraising rounds

{% content-ref url="/pages/NAvCGe8WSycxzeHLrKe3" %}
[Token List API v3](/api-documents/api-endpoints/token-list-api/token-list-api-v3.md)
{% endcontent-ref %}

* Token List API v2 ; Provides more data from tokens added with AI assisted method

{% content-ref url="/pages/9VIKlXbdbaNSW1cdak5D" %}
[Token List API v2](/api-documents/api-endpoints/token-list-api/token-list-api-v2.md)
{% endcontent-ref %}

* Token List API v1&#x20;

{% content-ref url="/pages/4l15XSTGsYWQRmZvmMWU" %}
[Token List API v1](/api-documents/api-endpoints/token-list-api/token-list-api-v1.md)
{% endcontent-ref %}


---

# 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://docs.unlocks.app/api-documents/api-endpoints/token-list-api.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.
