# Tradefinex

When pool is added on the Tradefinex portal <https://tradefinex.yodaplus.net/>, it requires two API, listed below. The **same API** will be used to create pool and update pool as well as assets associated with pool on timely basis.&#x20;

### Token

{% content-ref url="/pages/a97XUvmjMpSDzRL0pkbp" %}
[Token](/tradefinex-api/tradefinex/token.md)
{% endcontent-ref %}

### Pool

{% content-ref url="/pages/6y1cFve1h6ACQXGEKPii" %}
[Pool](/tradefinex-api/tradefinex/pool.md)
{% endcontent-ref %}

### Assets

{% content-ref url="/pages/QC62USMla44eBUOEXyBU" %}
[Assets](/tradefinex-api/tradefinex/assets.md)
{% endcontent-ref %}

### **Validation For Pool And assets**

{% hint style="danger" %}
**In case data fields mentioned in above links are incorrect or validations fails, then Pool,  and assets  associated with the Pool will not get updated. Users are recommended to observe the last updated date.  Hence the issuer of the pool, is sent a mail regarding API validations and is requested to modify the fields as per the API documentation provided.**
{% endhint %}


---

# 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://yodaplus.gitbook.io/tradefinex-api/tradefinex.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.
