Poloniex
Provides public market data from the Poloniex cryptocurrency exchange, including real-time and historical prices, order books, candlestick charts, and trade histories for all supported trading pairs. No authentication is required for public endpoints.
Slug: poloniex
Key:
Base URL:
Auth: none
Endpoints: 17
Reachable: unknown
CORS: unknown
Tier: verified
Key:
poloniex.com:poloniexBase URL:
https://api.poloniex.comAuth: none
Endpoints: 17
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Endpoints (17)
| Path | Summary | Response | Auth |
|---|---|---|---|
| currencies | Get all currencies | application/json |
— |
| currencies/{currency} | Get currency by ID | application/json |
— |
| markets | Get all markets | text/plain |
— |
| markets/collateralInfo | Get all collateral info | ? |
— |
| markets/markPrice | Get all mark prices | ? |
— |
| markets/price | Get all market prices | text/plain |
— |
| markets/ticker24h | Get all 24h tickers | application/json |
— |
| markets/{symbol} | Get market by symbol | application/json |
— |
| markets/{symbol}/candles | Get candles | application/json |
— |
| markets/{symbol}/collateralInfo | Get collateral info | ? |
— |
| markets/{symbol}/markPrice | Get mark price | ? |
— |
| markets/{symbol}/orderBook | Get order book | application/json |
— |
| markets/{symbol}/price | Get market price | application/json |
— |
| markets/{symbol}/ticker24h | Get 24h ticker | application/json |
— |
| markets/{symbol}/trades | Get recent trades | application/json |
— |
| timestamp | Get server timestamp | text/plain |
— |
| v2/currencies/{currency} | Get currency by ID (v2) | application/json |
— |