Mudrex Market Data API
Public, unauthenticated market-data surface for Mudrex linear perpetual futures. Over REST it returns bulk historical OHLCV price klines (GET /price/kline, up to 25 assets and 1440 candles per asset) and OHLC mark-price klines (GET /price/mark-kline). Over WebSocket (wss://trade.mudrex.com/fapi/v1/price/ws/linear) it streams 1-second and 1-minute klines and mark-klines plus 1-second and 5-second tickers, using a SUBSCRIBE / UNSUBSCRIBE / LIST_SUBSCRIPTIONS envelope. Rate-limited per IP at 300 REST requests per minute, 15 active subscriptions per connection and 10 new connections per minute.