币种行情代码
币种
币种行情代码
某个币种在各交易场所的所有交易对,包含价格、成交量、价差和订单簿深度。
GET
币种行情代码
列出某个币种在各交易场所的所有交易对:
base、target、market、last、volume、converted_last、converted_volume、trust_score、bid_ask_spread_percentage、last_traded_at、trade_url,以及异常标志 is_anomaly 和 is_stale。设置 depth 会额外返回 cost_to_move_up_usd 和 cost_to_move_down_usd。可用 exchange_ids 收窄范围,用 page 分页,用 order 排序(按信任分或成交量)。适合用于比较某个资产在哪里交易、各交易场所深度如何。如需查看某个交易所上的全部交易对(不限币种),请使用 get_coingecko_exchanges_id_tickers。授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
CoinGecko 代币 ID(例如 bitcoin、ethereum)。通过 /coins/list 获取列表。
查询参数
以逗号分隔的交易所 ID。
可用选项:
trust_score_desc, trust_score_asc, volume_desc 在 ticker 结果中显示交易所徽标。