# Developer Platform

<h3 align="center">Your all-in-one platform for trading, analytics, and automation</h3>

<p align="center"><a href="https://anesthezia.io" class="button secondary" data-icon="arrow-right-to-bracket">Sign up</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>BOTS</strong></td><td>Automate your trades with customizable bots</td><td></td><td><a href="/spaces/W3Urk0qEvNKGdoVOokIA">/spaces/W3Urk0qEvNKGdoVOokIA</a></td><td><a href="/files/B1PTUNTAWLWlDAeTmA7l">/files/B1PTUNTAWLWlDAeTmA7l</a></td></tr><tr><td><strong>TRACKERS</strong></td><td>Follow wallets and KOLs to spot the next move</td><td></td><td><a href="/spaces/W3Urk0qEvNKGdoVOokIA">/spaces/W3Urk0qEvNKGdoVOokIA</a></td><td><a href="/files/N3gXIBsGC1IXXdSKY8Jw">/files/N3gXIBsGC1IXXdSKY8Jw</a></td></tr><tr><td><strong>ANALYTICS</strong></td><td>Discover new tokens and analyze market trends</td><td></td><td><a href="/spaces/XwUZsfvbkMfqxINB9XNQ">/spaces/XwUZsfvbkMfqxINB9XNQ</a></td><td><a href="/files/DRVoRkkSW7InLtEbPeMq">/files/DRVoRkkSW7InLtEbPeMq</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

**1. Create your account**

**2. Deposit or convert assets**

**3. Explore Anesthezia ecosystem**

*No complexity, no delays - just connect, fund, and start trading smarter.*

<a href="https://anesthezia.io" class="button primary" data-icon="rocket-launch">Get started</a>&#x20;
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the SDK
import Anesthezia from "anesthezia-api";

// Initialize the client
const client = new Anesthezia({ apiKey: "bullish_api_key" });

// Secure your gains
await client.trade.takeProfit({
  target: "Take profit triggered"
});

console.log("Profit secured");
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/cp8tUMTkYbEoUXktZKfW" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### **Learn more about Anesthezia**

Read guides, explore feature overviews, and discover how to trade, analyze and automate with Anesthezia. Get step-by-step tutorials and real examples to unlock the platform’s full potential.

<a href="/spaces/4u8HWQrGIRVPqh1MEkSj" class="button primary" data-icon="book-open">Сheat sheet</a> <a href="/spaces/rQ7pOIxEiweCHNmN0o59" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center"><strong>Join the Anesthezia community</strong></h2>

<p align="center">Stay connected with traders and builders worldwide. Follow us on X for updates, join our Telegram channel for announcements and chat in our Telegram group to share insights and strategies.</p>

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>X</strong></td><td><a href="https://x.com/AnestheziaLabs">https://x.com/AnestheziaLabs</a></td><td><a href="/files/woBq15GGHjkDYlLoL8HD">/files/woBq15GGHjkDYlLoL8HD</a></td></tr><tr><td><strong>Telegram channel</strong></td><td><a href="https://t.me/AnestheziaLabs">https://t.me/AnestheziaLabs</a></td><td><a href="/files/bcB5YLZgNiKDQslwDO7G">/files/bcB5YLZgNiKDQslwDO7G</a></td></tr><tr><td><strong>Telegram group</strong></td><td><a href="https://t.me/anesthezia_chat">https://t.me/anesthezia_chat</a></td><td><a href="/files/bcB5YLZgNiKDQslwDO7G">/files/bcB5YLZgNiKDQslwDO7G</a></td></tr></tbody></table>


---

# 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.anesthezia.io/readme.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.
