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.

API entry from apis.yml

apis.yml Raw ↑
aid: mudrex:mudrex-market-data-api
name: Mudrex Market Data API
humanURL: https://docs.trade.mudrex.com/docs/market-data
baseURL: https://trade.mudrex.com/fapi/v1/price
tags:
- Market Data
- Klines
- WebSocket
- Streaming
description: 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.
properties:
- url: https://docs.trade.mudrex.com/docs/market-data
  type: Documentation
- url: https://docs.trade.mudrex.com/docs/websocket-streams
  type: WebSocket
- url: asyncapi/mudrex-market-data-streams.yml
  type: EventCatalog