Storm Trade API
Last updated
Was this helpful?
Last updated
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.
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
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.