# APIs

> **The Tako Open Curation API is now compatible with Lens v2**

## 1. Common API

### 1.1 Helpers

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/uuf3yJ8xksw6WIcEJ8Cm" %}
[GetWhitelistInfo](/monetization/open-curation/for-lens-dapp/apis/getwhitelistinfo.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/jBpK7nSxOu5cJFNuqu3t" %}
[CheckOnchainTX](/monetization/open-curation/for-lens-dapp/apis/checkonchaintx.md)
{% endcontent-ref %}

## 2. APIs Based on Lens Protocol

### 2.1 Retrieve

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/7FXUXY9cRJ4ZPuhK3msE" %}
[getOpenCurationCuratorAccepted](/monetization/open-curation/for-lens-dapp/apis/getopencurationcuratoraccepted.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/RZe0HQ7OCZUY9PBz4GGf" %}
[getOpenCurationBidsCreated](/monetization/open-curation/for-lens-dapp/apis/getopencurationbidscreated.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/raIDQadWwO2F0HPUFu0Q" %}
[getOpenCurationBidsConfirmingCreated](/monetization/open-curation/for-lens-dapp/apis/getopencurationbidsconfirmingcreated.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/tsr9Dk0u452ujz13Dirb" %}
[getOpenCurationBidsPassed](/monetization/open-curation/for-lens-dapp/apis/getopencurationbidspassed.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/xzvMm41k81dYiGT4qwMo" %}
[getOpenCurationRecentActiveCurators](/monetization/open-curation/for-lens-dapp/apis/getopencurationrecentactivecurators.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/aGab0h8bwGdWq90MuD5w" %}
[GetBidsFeed](/monetization/open-curation/for-lens-dapp/apis/getbidsfeed.md)
{% endcontent-ref %}

### 2.2 Verify

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/vFGJcgJIKUK80KrOTgjF" %}
[verifyOpenCurationBid](/monetization/open-curation/for-lens-dapp/apis/verifyopencurationbid.md)
{% endcontent-ref %}

### 2.3 Statistics

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/n5QXB97CuWIJ2GUpWjVS" %}
[getOpenCurationBidsCreatedStats](/monetization/open-curation/for-lens-dapp/apis/getopencurationbidscreatedstats.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/QXmBJtsVqkSmE6rcPaDD" %}
[getOpenCurationCuratorLastBidPrice](/monetization/open-curation/for-lens-dapp/apis/getopencurationcuratorlastbidprice.md)
{% endcontent-ref %}

### 2.4 Helpers

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/igxxUqN9nrWlY67jIKKU" %}
[registerOpenCuration](/monetization/open-curation/for-lens-dapp/apis/registeropencuration.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/QFWZcnc0EsKHqhByGN0H" %}
[getOpenCurationIdIndexPairs](/monetization/open-curation/for-lens-dapp/apis/getopencurationidindexpairs.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.tako.so/monetization/open-curation/for-lens-dapp/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.
