> For the complete documentation index, see [llms.txt](https://docs.inabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inabit.com/api-reference/what-we-support/exchanges.md).

# Exchanges

## Overview

inabit exchange connectivity enables you to connect exchange main accounts, allowing the following functionalities:

* **Funding exchange wallets:** Deposit, withdraw and rebalance between your connected accounts.
* **Monitor wallet balances:** Monitor assets, balances, and transactions for your connected accounts.
* **Send funds anywhere:** Transfer to any other wallet / address (whitelisted/non-whitelisted).

{% hint style="info" %}
Transfers from exchanges to some destination addresses may require additional configuration in the exchange API settings/management.
{% endhint %}

All the exchanges connected to your inabit organization appear in the wallets page and are apart of your organization balance once connected.

Assets held on the exchange are included and shown in your wallet balance.

### Exchange Account/Wallet Types <a href="#h_01hk76hspk1z07krzxjw5aapjf" id="h_01hk76hspk1z07krzxjw5aapjf"></a>

#### Main accounts <a href="#h_01hk76hspkjzjwayvbgsgvjqqe" id="h_01hk76hspkjzjwayvbgsgvjqqe"></a>

The primary account serves as the default gateway on the exchange platform. It acts as the central hub for inabit and other exchanges, exclusively facilitating deposits and withdrawals.

Depending on the exchange, you may need to whitelist destinations on the exchange to be able to withdraw to wallets and/or other destinations.

#### Sub-accounts <a href="#h_01hk76hspkj00wkhmjfb53xf3m" id="h_01hk76hspkj00wkhmjfb53xf3m"></a>

{% hint style="danger" %}
This feature is currently not supported in inabit.
{% endhint %}

Sub-accounts in exchanges refer to separate accounts created within a single user account. These accounts are often used to organize and manage different trading strategies, portfolios, or assets independently.

#### Trading accounts <a href="#h_01hk76hspkk442tej7f6xc6rzj" id="h_01hk76hspkk442tej7f6xc6rzj"></a>

{% hint style="danger" %}
This feature is currently not supported in inabit.
{% endhint %}

Trading accounts in exchanges are the primary accounts created by users to engage in buying, selling, and exchanging cryptocurrencies or other financial assets. They serve as the main interface for conducting trading activities on the exchange platform.

### Supported Exchanges

<table data-view="cards"><thead><tr><th>Exchange</th><th>Name</th></tr></thead><tbody><tr><td> <img src="/files/ahSVRzcEJoT5ECHj2Hxg" alt="" data-size="original"></td><td><h3><strong>Binance</strong><br><br><mark style="color:blue;">✓</mark></h3></td></tr><tr><td><img src="/files/6VmB1kLoOAbWX7LSe5Md" alt=""> </td><td><h3><strong>Kucoin</strong><br><br><mark style="color:blue;">✓</mark></h3></td></tr><tr><td><img src="/files/SvlJL0uJTGmQz3ayMIMq" alt=""> </td><td><h3><strong>Kraken</strong></h3><p><br>Coming soon</p></td></tr><tr><td><img src="/files/PntiCuOCBoioSs8fGNvH" alt=""> </td><td><h3><strong>OKX</strong></h3><p><br>Coming soon</p></td></tr><tr><td><img src="/files/H84KEPAXUaCpAJVSKdao" alt=""> </td><td><h3><strong>Bybit</strong></h3><p><br>Coming soon</p></td></tr><tr><td><img src="/files/YitVW9nUBMndGyybsa4x" alt=""> </td><td><h3><strong>Gemini</strong></h3><p><br>Coming soon</p></td></tr><tr><td><img src="/files/e08G4OhxsL8Rb8vfBqiF" alt=""> </td><td><h3><strong>Crypto.com</strong></h3><p><br>Coming soon</p></td></tr><tr><td><img src="/files/t1RHadQKEn8UN38J3nmq" alt=""> </td><td><h3><strong>Coinbase</strong></h3><p><br>Coming soon</p></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inabit.com/api-reference/what-we-support/exchanges.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
