Skip to main content
Version: Next

Overview

This platform provides algorithmic trading interfaces for market makers and quantitative traders, supporting two independent Open APIs for spot and futures.

API Modules

ModuleBase PathDescription
Spot Open API/api/v1/stock/open-apiProvides spot trading and market data interfaces
Futures Open API/api/v1/futures/open-apiProvides futures market data interfaces + order operation interfaces

General Rules

ItemDescription
Request MethodTrading and query interfaces use POST, market data interfaces use GET
Data FormatJSON
AuthenticationHMAC-SHA256 + Base64 signature (industry standard)
API KeySpot and futures share the same set of API Keys
Rate LimitingSpot and futures rate limits are counted independently