币市值
API
ticker([options])
 获取资产及其信息的列表。
 options (对象)可选。
 limit (数字)仅返回limit资产。 默认为获取所有资产。
 convert (String)返回价格,24小时交易量和以另一种货币表示的市值。
 返回承诺。
 例:
 await coinmarketcap . ticker ( {
  limit : 10 ,
  convert : 'eur'
} )
// [
//     {
//         "id": "bitcoin",
//         "name": "Bitcoin",
//         "symbol": "BTC",
//         "rank": "1",
//         "price_usd": "1030.06",
//         "price_btc": "1.0",
//         "24h_volume_usd": "321117000.0",
//         "market_cap_usd": "16733968488.0",
//
                                    
                                    
                                        
                                            1