CEX API

MGBX public market API

Public REST, no authentication for spot market data. Symbol configs expose base/quote metadata and per-symbol maker/taker fee fields; tickers expose close price and 24h amount/volume.

Access

Base URL
https://open.mgbx.com
Authentication
Public REST, no authentication for spot market data.
CoinEel status
Implemented
Maker fee
Per-symbol in /spot/v1/p/symbol/configs; values observed from API.
Taker fee
Per-symbol in /spot/v1/p/symbol/configs; values observed from API.
Last updated
2026-06-02
Last checked
2026-06-02

Endpoints

PurposeEndpointParametersData availability
Markets / instrumentsGET /spot/v1/p/symbol/configsNo 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 /spot/v1/p/quotation/tickersNo 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

No explicit official public rate-limit policy was verified for the current MGBX spot endpoints.

Official source: https://apidoc.mgbx.com/en/ | https://apidoc.mgbx.com/en/spot/v1/rest.html | https://open.mgbx.com/spot/v1/p/symbol/configs | https://open.mgbx.com/spot/v1/p/quotation/tickers

Fees

Maker: Per-symbol in /spot/v1/p/symbol/configs; values observed from API.; taker: Per-symbol in /spot/v1/p/symbol/configs; values observed from API..

Fee source: https://open.mgbx.com/spot/v1/p/symbol/configs

Example

curl -sS 'https://open.mgbx.com/spot/v1/p/quotation/tickers'

Back to CEX index