# Storm Trade SDK

Documentation and tools for integrating with the **Storm Trade** platform.

***

## 📦 SDK

You can use the official Storm Trade SDK:

🔗 [Storm Trade SDK](https://www.npmjs.com/package/@storm-trade/trading-sdk)

A TypeScript library for JavaScript/TypeScript that provides API for interacting with Storm Trade smart contracts and managing trading operations on the **TON blockchain**.

### ⚙️ SDK Features:

* 🟢 Placing **market** and **limit orders**
* 🛑 Setting **Stop-Loss** and **Take-Profit**
* 💧 **Liquidity** management
* 📊 Tracking **positions** and **margin**
* 🔗 **TON Connect** integration

***

## 💻 Code Examples

Ready-to-use code examples and integration templates available on GitHub:

🔗 [Code Examples on GitHub](https://github.com/storm-trade/sdk-js)

In the repository you'll find:

* 🔧 Integration examples
* 📚 Useful snippets for common tasks
* 📄 Method documentation

***

*Currently all API examples use **Mainnet** endpoints.*


---

# 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.storm.tg/for-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.
