CEX API

Poloniex public market API

Public REST, no authentication for spot market data. Market rows provide base/quote names and state. Ticker rows provide close, quantity, and amount.

Access

Base URL
https://api.poloniex.com
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 /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 /markets/ticker24hNo 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 spot docs publish request limits and public websocket restrictions.

Official source: https://api-docs.poloniex.com/spot/api/ | https://api-docs.poloniex.com/spot/api/public/market-data | https://api-docs.poloniex.com/spot/api/#rate-limit | https://api.poloniex.com/markets | https://api.poloniex.com/markets/ticker24h

Fees

Not verified yet.

Example

curl -sS 'https://api.poloniex.com/markets/ticker24h'

Back to CEX index