开发者
公开 API
基于本网站已存储数据的只读 JSON 接口。它提供的内容与页面完全一致——相同的数据、相同的参考周期、相同的来源说明——且从不代理任何上游数据提供方。
01
信封
每条响应均为包含 data 与 meta 的对象。meta 块包含行数、服务时间、免责声明及完整来源说明——在转载数据时,请同时转载来源说明。
{
"data": [ ... ],
"meta": {
"count": 200,
"served_from": "site cache — no upstream call was made for this request",
"as_of": "2026-01-01T00:00:00+00:00",
"disclaimer": "Research and information only — not investment advice ...",
"attribution": "Market data and asset profiles by CoinGecko. Protocol fees ..."
}
}
02
端点
/api/v1/assets?kind=&limit=
Coverage universe with the market snapshot for each asset.
GET
/api/v1/asset/{slug}
One asset: market row, descriptive profile and every stored metric with its period, source and note.
GET
/api/v1/asset/{slug}/history
Daily price, market capitalization and volume observations.
GET
/api/v1/metrics
The metric catalog: definitions, periods, formulas, limitations and sources.
GET
/api/v1/metric/{key}?limit=
One metric across every asset that has it, with the definition attached.
GET
/api/v1/sectors
Sectors with capitalization, 24-hour change and constituent counts.
GET
/api/v1/chains?limit=
Chains: value locked, fees, revenue, DEX volume and hosted stablecoins.
GET
/api/v1/protocols?category=&limit=
Protocols on the application basis, same dimensions.
GET
/api/v1/stablecoins
Stablecoins outstanding by issuer, with prior day, week and month.
GET
/api/v1/etps
Listed products verified against their own published holdings.
GET
/api/v1/treasuries
Disclosed corporate treasury holdings, company by company.
GET
/api/v1/incidents?year=&limit=
The security-incident record.
GET
/api/v1/glossary
Glossary terms and definitions.
GET
/api/v1/risks
The risk register.
GET
/api/v1/news?limit=&tag=
Headlines with publisher and outbound link.
GET
/api/v1/freshness
When each feed last ran, and whether it succeeded.
GET
03
使用条款
The interface is open and unauthenticated. Please keep request rates reasonable — everything is cached for two minutes, so polling faster than that returns the same bytes. Attribute figures to the provider named in the meta.attribution string, keep the reference period with any figure you republish, and do not present these values as live prices. Redistributing the underlying data as a substitute product is not permitted; see the Terms of Use.