Skip to main content
GET
币种行情代码
列出某个币种在各交易场所的所有交易对:basetargetmarketlastvolumeconverted_lastconverted_volumetrust_scorebid_ask_spread_percentagelast_traded_attrade_url,以及异常标志 is_anomalyis_stale。设置 depth 会额外返回 cost_to_move_up_usdcost_to_move_down_usd。可用 exchange_ids 收窄范围,用 page 分页,用 order 排序(按信任分或成交量)。适合用于比较某个资产在哪里交易、各交易场所深度如何。如需查看某个交易所上的全部交易对(不限币种),请使用 get_coingecko_exchanges_id_tickers

授权

Authorization
string
header
必填

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

路径参数

id
string
必填

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

查询参数

exchange_ids
string

以逗号分隔的交易所 ID。

page
integer
默认值:1
order
enum<string>
可用选项:
trust_score_desc,
trust_score_asc,
volume_desc
depth
boolean
默认值:false

在 ticker 结果中显示交易所徽标。

响应

200 - application/json

股票代码数组。

name
string
tickers
object[]