Skip to main content
GET
加密货币历史数据
某个币种在单个日历日上的快照。date 为必填,格式必须是 dd-mm-yyyy(日、月、四位年份)。返回该日的 market_data,包含 current_pricemarket_captotal_volume,同时还有 community_datadeveloper_datapublic_interest_stats。适合用于查询某个固定时间点。如需连续序列,回溯窗口请使用 get_coingecko_coins_id_market_chart,明确起止时间请使用 get_coingecko_coins_id_market_chart_range

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string
必填

CoinGecko 代币 ID(例如 bitcoinethereum)。通过 /coins/list 获取列表。

查询参数

date
string
必填

日期采用 dd-mm-yyyy 格式。

localization
boolean
默认值:true

响应

给定日期的快照对象。

The response is of type object.