How to get status updates for a specific coin using the CoinGecko API? In order to get status updates for a specific coin (Litecoin) using CoinGecko, write the following: cg.get_coin_status_updates_by_id(id=’bitcoin’) How to obtain the trending coins using the CoinGecko API? In order...