CEX API

MAX Exchange public market API

Public REST, no authentication for spot market data. Ticker endpoint is market-specific; CoinEel enumerates markets and queries each market ticker.

Access

Base URL
https://max-api.maicoin.com/api/v3
Authentication
Public REST, no authentication for spot market data.
CoinEel status
Implemented
Maker fee
Not verified yet
Taker fee
Not verified yet
Last updated
2026-06-02
Last checked
2026-06-02

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /api/v3/marketsNo required parameters for CoinEel's all-market/all-ticker call.Tradable spot pair identifiers, base/quote metadata where the venue exposes it, and status/trading flags where available.
Tickers / 24h statsGET /api/v3/ticker?market=btctwdNo required parameters for CoinEel's all-market/all-ticker call.Last price, 24h base/quote volume when exposed, bid/ask when exposed, and native 24h change when exposed.

Rate limits

Official API docs publish request limits and public market endpoints.

Official source: https://max.maicoin.com/documents/api?lang=en | https://max-api.maicoin.com/api/v3/markets | https://max-api.maicoin.com/api/v3/ticker?market=btctwd

Fees

Maker: Not verified yet; taker: Not verified yet.

Example

curl -sS 'https://max-api.maicoin.com/api/v3/api/v3/ticker?market=btctwd'

Back to CEX index