Relative Content

Tag Archive for bashcoinmarketcap

coinmarketcap quotes latest v2 nor return all symbol

I created a script to query the CoinMarketCap API because I need the market cap of all cryptocurrencies and the latest price. To do this, I use this API call: https://coinmarketcap.com/api/documentation/v1/#operation/getV2CryptocurrencyQuotesLatest. According to the documentation, making the call without options should return all the data I need for all cryptocurrencies, but instead, I only get data up to CFX. I would like to understand why it does not return everything as stated in the manual. Could it be that cURL is limited? Is there a way to find out?
my code for call