CEX API
Buda public market API
Public REST, no authentication for spot market data. Markets endpoint exposes base/quote, disabled flag, maker_fee, taker_fee, and per-market throttling. Ticker endpoint is market-specific.
Access
- Base URL
https://www.buda.com/api/v2- Authentication
- Public REST, no authentication for spot market data.
- CoinEel status
- Implemented
- Maker fee
- Per-market maker_fee in /api/v2/markets; observed BTC-CLP maker fee 0.4.
- Taker fee
- Per-market taker_fee in /api/v2/markets; observed BTC-CLP taker fee 0.8.
- Last updated
- 2026-06-02
- Last checked
- 2026-06-02
Endpoints
| Purpose | Endpoint | Parameters | Data availability |
|---|---|---|---|
| Markets / instruments | GET /api/v2/markets | 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 /api/v2/markets/btc-clp/ticker | 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
Market rows expose max_orders_per_minute for trading; public market-data numeric rate limit still needs separate confirmation.
Official source: https://www.buda.com/api/v2/markets | https://www.buda.com/api/v2/markets/btc-clp/ticker
Fees
Maker: Per-market maker_fee in /api/v2/markets; observed BTC-CLP maker fee 0.4.; taker: Per-market taker_fee in /api/v2/markets; observed BTC-CLP taker fee 0.8..
Fee source: https://www.buda.com/api/v2/markets
Example
curl -sS 'https://www.buda.com/api/v2/api/v2/markets/btc-clp/ticker'