# EXCHANGE ACCOUNTS

## Trade Without Giving Up Custody 🛡️

Skyrexio is **non-custodial** by design. Your crypto never leaves the exchange—Skyrexio simply plugs in through secure APIs or official “Fast Connect” OAuth flows. Here’s how it works and why your funds stay 100 % under your control.

***

### 1 · Supported brokers

<table><thead><tr><th>Exchange</th><th width="129.984375" data-type="checkbox">Fast Connect</th><th width="109.28515625" data-type="checkbox">Spot</th><th width="101.98046875" data-type="checkbox">Futures</th><th>Register with bonus</th></tr></thead><tbody><tr><td><strong>Binance</strong></td><td>true</td><td>true</td><td>true</td><td>​<a href="https://accounts.binance.com/register?ref=QB4A8B0X">Link</a>​</td></tr><tr><td><strong>Bybit</strong></td><td>true</td><td>true</td><td>true</td><td>​<a href="https://partner.bybit.com/b/skyrexio">Link</a>​</td></tr><tr><td><strong>OKX</strong></td><td>true</td><td>true</td><td>true</td><td>​<a href="https://www.okx.com/join/82800770">Link</a>​</td></tr><tr><td><strong>Crypto.com</strong></td><td>true</td><td>true</td><td>false</td><td>​<a href="https://crypto.com/exch/q23nneube7">Link</a>​</td></tr><tr><td><strong>HTX</strong></td><td>true</td><td>true</td><td>false</td><td>​<a href="https://www.htx.com/invite/en-us/1f?invite_code=hy7r9223">Link</a>​</td></tr><tr><td><strong>Kucoin</strong></td><td>true</td><td>true</td><td>false</td><td>​<a href="https://www.kucoin.com/r/af/skyrexio">Link</a>​</td></tr><tr><td><strong>Gate.io</strong></td><td>true</td><td>true</td><td>true</td><td>​<a href="https://www.gate.io/referral/invite/SKYREXIO_0_102">Link</a>​</td></tr><tr><td><strong>Bitmart</strong></td><td>true</td><td>true</td><td>true</td><td>​<a href="https://www.bitmart.com/invite/VShg8M/en">Link</a></td></tr><tr><td><strong>XT</strong></td><td>false</td><td>true</td><td>true</td><td>​​<a href="https://www.xt.com/en/accounts/register?ref=7SHOIE">Link</a></td></tr><tr><td><strong>Blofin</strong></td><td>false</td><td>false</td><td>true</td><td>​<a href="https://partner.blofin.com/d/Skyrexio">Link</a></td></tr></tbody></table>

***

### 2 · What Skyrexio can do

| 🔍 Reads             | ⚙️ Acts                       |
| -------------------- | ----------------------------- |
| Balances & positions | Place, edit, or cancel orders |
| Trade history        | Pull real-time stats          |

Skyrexio **never**:

* Withdraws funds
* Transfers assets between wallets
* Requires you to deposit crypto onto our platform

All trading happens on your exchange account; Skyrexio is just the remote control.

***

### 3 · Security you can verify

1. **Whitelisted IP pool** – API calls originate only from Skyrexio’s fixed addresses; anything else is auto-blocked by the exchange.
2. **AES-256 encryption** – API keys are encrypted at rest and rotated on every critical operation.
3. **Scoped permissions** – We ask only for *read* and *trade* rights; withdrawal access is never required.
4. **Session-bound usage** – Keys work solely when you’re signed in to your Skyrexio account.

> **Pro tip:** For each exchange key, set IP restrictions to Skyrexio’s addresses and disable withdrawals.

***

### 4 · Your responsibility

* **Generate fresh API keys** for Skyrexio—don’t reuse old ones.
* **Keep keys private**; Skyrexio will request them only inside *Settings → Exchanges*.
* **Double-check the URL** (<https://app.skyrexio.com>) before entering any keys.
* **Review key permissions** periodically and revoke unused keys.

Stay in full control, trade smarter, and let Skyrexio handle the heavy lifting—without ever touching your funds.


---

# 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://docs.skyrexio.com/exchange-accounts.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.
