Skip to main content
GET
交易所股票代码
分页返回某个交易所上架的全部交易对:basetargetmarketlastvolumeconverted_lastconverted_volumetrust_scorebid_ask_spread_percentagetimestamptrade_url,以及 is_anomaly / is_stale 标志。可用 coin_ids 收窄到特定资产,用 order 排序,并设置 depth 以附加订单簿撬动成本。适合用于审视某个交易场所的币种覆盖或流动性。如需某个币种在所有交易场所的交易对,请改用 get_coingecko_coins_id_tickers

授权

Authorization
string
header
必填

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

路径参数

id
string
必填

CoinGecko 交易所 ID(例如 binancegdax)。通过 /exchanges/list 获取列表。

查询参数

coin_ids
string

按代币 ID 筛选(以逗号分隔)。

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

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

响应

200 - application/json

股票代码数组。

name
string
tickers
object[]