MSX Derivatives data interface specification, providing three core endpoints: Product List (B1), Contract Specification/Price (B2), and Order Book (B3).
| Configuration | Value |
|---|
| Test Domain | test.test9527.xyz |
| Production Domain | Not configured yet |
| Base URL | /api/v1/fdata |
| Symbol Format | \{BASE\}-USD-PERP |
| Endpoints | 3 GET endpoints |
Endpoint Overview
| Endpoint | Route | Description |
|---|
| B1 | GET /api/v1/fdata/productList | Full product list (market data + funding rates) |
| B2 | GET /api/v1/fdata/ticker/price | Contract specification / mark price |
| B3 | GET /api/v1/fdata/depth | Order book depth |