# SDK

{% hint style="info" %}
The 7.Exchange SDK is under development and planned for Q3 2026. This page will be updated with installation instructions, usage guides, and code examples at launch.
{% endhint %}

## What the SDK will provide

The TypeScript SDK will wrap the 7.Exchange REST API for easier integration in frontend and backend environments.

Planned capabilities:

* Quote retrieval and route comparison
* Transaction construction and submission helpers
* Real-time transaction status tracking via callbacks
* Chain, token, and provider discovery
* Configurable settings for slippage, provider preferences, and routing parameters

## Designed for

* **Wallets** Add cross-chain swap functionality to any wallet
* **dApps** Embed swap routing into DeFi applications
* **Trading desks** Programmatic access to best-execution cross-chain routing
* **Portfolio tools** Enable swaps and rebalancing within portfolio management interfaces

## Early access

Contact <contact@7.exchange> for early integration discussions.


---

# 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/sdk.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.
