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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/mudrex-market-data-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

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