freeapis

Poloniex

US based digital asset exchange

Authentication
API Key
HTTPS
Yes
CORS
Unknown
Documentation / URL
https://docs.poloniex.com

Overview

Poloniex’s V3 API provides spot and futures market data plus trading. Public market data is keyless (verified live); API keys are for private endpoints.

Quick Start

All market prices (verified live — returns the full market list):

curl "https://api.poloniex.com/markets/price"
[
  { "symbol": "BTC_USDT", "price": "77090.5", "dailyChange": "1.2", "time": 1786898120545 },
  { "symbol": "ETH_USDT", "price": "3500.1", "dailyChange": "0.8", "time": 1786898120545 }
]

Specific market:

curl "https://api.poloniex.com/markets/price?symbols=BTC_USDT"

Market details:

curl "https://api.poloniex.com/markets/BTC_USDT"

Authentication

  • Public endpoints: none (keyless).
  • Private endpoints: API key with HMAC-SHA256 signing — see the docs.

Rate Limits & Notes

  • Public endpoints: throttled (see docs); private keys raise limits.
  • Symbols use underscore pairs: BTC_USDT.
  • The V3 API (api.poloniex.com) replaced the legacy V1/V2 endpoints.
  • Market data endpoints cover spot and futures (/futures).

FAQ

Is Poloniex public data free? Yes — public market data is keyless (verified).

What’s the symbol format? Underscore pairs: BTC_USDT.

Which API version? V3 (api.poloniex.com).

More in Cryptocurrency

APIAuthHTTPSCORS
0x

API for querying token and pool stats across various liquidity pools

No authYesYes
1inch

API for querying decentralize exchange

No authYesUnknown
Alchemy Ethereum

Ethereum Node-as-a-Service Provider

API KeyYesYes
Alpha (Mossland)

Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store

No authYesYes
Binance

Exchange for Trading Cryptocurrencies based in China

API KeyYesUnknown