Storm Trade
Storm Trade
Storm Trade
  • ๐Ÿ“˜Introduction
    • ๐Ÿ”ฎWhat is Futures Trading
    • โšกAbout Storm Trade
    • ๐Ÿ›ฃ๏ธRoadmap
  • ๐ŸŒ€STORM Token Overview
    • ๐Ÿช™STORM Token
    • ๐Ÿš€Launch Plan (Archive)
    • ๐Ÿ“ŠTokenomics
    • ๐Ÿ’ฐSTORM LP Token
  • ๐ŸŽ“Storm Academy
    • ๐Ÿง‘โ€๐ŸซAbout Storm Academy
    • ๐Ÿ“šLearn and Earn
  • ๐ŸŽRewards & Incentives
    • ๐Ÿ’ŽRP Mining (Season 2)
  • ๐Ÿ”งGetting Started
    • ๐Ÿ”ŒConnecting to the Platform
    • ๐Ÿ—บ๏ธStorm Trade Navigation
    • ๐Ÿ”„How to get USDT and TON
    • โœ…First Trade Walkthrough
  • ๐Ÿ’ผTrading Mechanics
    • ๐Ÿ“ˆMargin & Markets
    • ๐ŸงพManaging Positions
    • ๐ŸงฎFees
    • ๐Ÿค–Margin with TON Collateral
    • ๐ŸปPre-Launch Futures
  • ๐Ÿ“šTrading Concepts
    • ๐Ÿค‘PnL and ROI
    • ๐ŸŒก๏ธMargin Management
    • ๐ŸŽญStop Loss / Take Profit
    • ๐Ÿ’กOrder Types
    • ๐ŸŒŠLiquidation
    • ๐Ÿง Trading Scenarios
  • โš™๏ธProtocol Mechanics
    • โœŠRisk Management
    • ๐Ÿค–Keeper Bots
    • ๐Ÿ’ŽFees Distribution
    • ๐Ÿ”ฎOracles
  • ๐ŸŒCommunity & Social
    • ๐Ÿ’ŽReferral Program
    • ๐ŸŽ™๏ธTrade Sharing
    • ๐Ÿฅ‡Excelling at Trading
  • ๐Ÿง‘โ€๐Ÿ’ปFor Developers
    • ๐Ÿ› ๏ธStorm Trade SDK
    • ๐Ÿ”ŒStorm Trade API
  • ๐Ÿ”—Links
    • ๐ŸŒOfficial Website
    • ๐Ÿ“ขOfficial Channel
    • ๐Ÿค–Telegram Mini App
    • ๐ŸŽ“Storm Academy
    • ๐Ÿ’ฌCommunity
    • ๐Ÿ’ŽNFT Holders (Exclusive)
    • โœ๏ธMirror Blog
    • ๐ŸฆX (Twitter)
    • ๐Ÿ›ŸHelp & Support
Powered by GitBook
On this page
  • ๐Ÿ“„ API Documentation
  • ๐Ÿ›  Usage Examples

Was this helpful?

  1. For Developers

Storm Trade API

PreviousStorm Trade SDKNextNFT Holders (Exclusive)

Last updated 1 day ago

Was this helpful?

Storm Trade provides an open REST API that allows you to connect to the platform, retrieve market data, manage orders and positions, and interact with user data.

The API documentation is available in Swagger format and is continuously updated as new features and improvements are released.


๐Ÿ“„ API Documentation

The official documentation is available here:

๐Ÿ”—

Within the interface, you will find:

  • ๐Ÿ“ˆ Endpoints for accessing market information

  • ๐Ÿ‘ค Managing user data and positions

  • ๐Ÿงพ Response structures and request parameters

  • ๐Ÿ› ๏ธ The ability to test requests directly in the interface


๐Ÿ›  Usage Examples

The Swagger interface allows you to:

  • โšก๏ธ Quickly test the API without writing any code

  • ๐Ÿ“ฆ Generate ready-to-use CURL requests

  • ๐Ÿ“š Explore all API parameters and responses


๐Ÿง  Tip: Before using the API, ensure that you are working with the latest version of the endpoint and adhering to the request rate limits.

If you are developing an integration, we also recommend checking out the , which provides a convenient wrapper around the API.

๐Ÿง‘โ€๐Ÿ’ป
๐Ÿ”Œ
Storm Trade API Docs (Swagger)
Storm Trade SDK