0

我正在使用 nodeJS、Express,并尝试使用 CMC API 来获取代币的价格。 https://www.npmjs.com/package/coinmarketcap-api#usage

我试过这个功能

cmc.getQuotes({symbol: ['BTC'], convert: 'USD'}).then(console.log).catch(console.error)

但这是我得到的结果(不包括价格)

data: { BTC: { id: 1, name: 'Bitcoin', symbol: 'BTC', slug: 'bitcoin', num_market_pairs: 8246, date_added: '2013-04-28T00:00:00.000Z', tags: [Array], max_supply: 21000000, circulating_supply: 18895750, total_supply: 18895750, is_active: 1, platform: null, cmc_rank: 1, is_fiat: 0, last_updated: '2021-12-09T07:03:02.000Z', quote: [Object] } }

4

0 回答 0