Skip to main content
GET
币种列表(ID 映射)
完整的 CoinGecko 标识符映射:列出所有已收录币种的 idsymbolname。用它一次性把行情代码解析成其他所有 CoinGecko 工具都需要的 id——是 bitcoin,不是 BTC。设置 include_platform 还可以获得各条链上的合约地址。注意体量:该接口返回约 18,000 条记录,耗时数秒,因此请缓存结果,不要每次查询都调用。如果 id 已知且只需要数值,请直接调用 get_coingecko_simple_price;如果要从合约地址反查币种,请使用 get_coingecko_token_data

授权

Authorization
string
header
必填

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

查询参数

include_platform
boolean
默认值:false

包括平台和合约地址。

响应

200 - application/json

币种数组。