# API Versions

Velora currently has two versions of its API available. It is highly recommended to integrate or upgrade to v6.2, the latest version of the Market API, to take full advantage of its latest innovations.

v6.2 introduces key enhancements, including gas optimizations and greater flexibility for partners in managing their fees.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center">API v6.2</td><td><a href="/pages/SW7QAU7hmhQzOX7Or5J6">/pages/SW7QAU7hmhQzOX7Or5J6</a></td></tr><tr><td align="center">API v5</td><td><a href="/pages/-MhY5V6Vze2tY1WuQ9dp">/pages/-MhY5V6Vze2tY1WuQ9dp</a></td></tr></tbody></table>

{% hint style="info" %}
Please note that as of the launch of v6.2, Velora no longer maintains v5.
{% 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://developers.velora.xyz/api/velora-api/velora-market-api/master.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.
