MEXC
communityGlobal cryptocurrency exchange offering spot, futures, and margin trading for 1,500+ digital assets with competitive fees, copy trading, and financial products for retail and institutional traders.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/v3/ticker/24hrGet current price ticker for a symbol
Parameters
symboltrading pair (stringoptional— e.g. BTCUSDT)Returns
ticker with symbol, lastPrice, priceChange, priceChangePercent, volume, high, low, openPriceGET
/api/v3/depthGet order book depth for a symbol
Parameters
limit5|10|20|50|100 (integeroptionalsymboltrading pair (stringrequiredReturns
orderbook with bids[], asks[], lastUpdateIdGET
/api/v3/klinesGet candlestick/kline data
Parameters
limitintegeroptionalsymboltrading pair (stringrequiredinterval1m|5m|15m|1h|4h|1d (stringrequiredReturns
klines[] with open_time, open, high, low, close, volume, close_time