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
| Purpose | Endpoint | Parameters | Data availability |
|---|---|---|---|
| Markets / instruments | GET /spot/v1/p/symbol/configs | No 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 stats | GET /spot/v1/p/quotation/tickers | No 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.
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'