freeapis

Poloniex

总部位于美国的数字资产交易所

认证方式
API Key
HTTPS
Yes
CORS
Unknown

简介

Poloniex 的 V3 API 提供现货和合约市场数据与交易。公开市场数据免密钥(实测可用);API 密钥用于私有端点。

快速开始

全部市场价格(实测可用——返回完整市场列表):

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 }
]

特定市场:

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

市场详情:

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

认证方式

  • 公开端点:无需认证(免密钥)。
  • 私有端点:API 密钥 + HMAC-SHA256 签名——见文档。

速率限制与注意事项

  • 公开端点:有限流(见文档);私有密钥可提高。
  • 交易对用下划线BTC_USDT
  • V3 API(api.poloniex.com)取代了旧 V1/V2 端点。
  • 市场数据端点覆盖现货和合约(/futures)。

常见问题

Poloniex 公开数据免费吗? 是的——公开市场数据免密钥(实测)。

交易对格式是什么? 下划线对:BTC_USDT

哪个 API 版本? V3(api.poloniex.com)。

加密货币 分类更多

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