I know how to request data of many cryptocurrencies using CoinMarketCap API by setting start and limit params but, it is possible to request the data of only one cryptocurrency? for example bitcoin. I can do it iterating the list of the result that I obtain by making a request with start and limit params but I wouldn't like to do it for obvious performance reasons. I just don't find the endpoint to do it in coinmarketcap´s API documentation