This platform provides algorithmic trading interfaces for market makers and quantitative traders, supporting two independent Open APIs for spot and futures.
API Modules
| Module | Base Path | Description |
|---|
| Spot Open API | /api/v1/stock/open-api | Provides spot trading and market data interfaces |
| Futures Open API | /api/v1/futures/open-api | Provides futures market data interfaces + order operation interfaces |
General Rules
| Item | Description |
|---|
| Request Method | Trading and query interfaces use POST, market data interfaces use GET |
| Data Format | JSON |
| Authentication | HMAC-SHA256 + Base64 signature (industry standard) |
| API Key | Spot and futures share the same set of API Keys |
| Rate Limiting | Spot and futures rate limits are counted independently |