# API Reference

{% hint style="info" %}
The 7.Exchange API is under development and planned for Q3 2026. This page will be updated with full endpoint documentation, authentication details, and usage examples at launch.
{% endhint %}

## Planned endpoints

| Endpoint         | Description                                              |
| ---------------- | -------------------------------------------------------- |
| **Quotes**       | Retrieve and compare swap quotes across providers        |
| **Routes**       | Compute optimal routes for a given token pair and amount |
| **Transactions** | Construct execution payloads for a selected route        |
| **Status**       | Track the status of submitted transactions               |
| **Chains**       | List all supported chains and networks                   |
| **Tokens**       | List supported tokens by chain                           |
| **Providers**    | List integrated bridges, DEXs, and liquidity sources     |

## Early access

If you need programmatic access to 7.Exchange before the public API launch, contact <contact@7.exchange>.


---

# 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://7exchange.gitbook.io/docs/developers/api-reference.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.
