You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's not a great deal to it tbh, if you've followed the setup instructions on the readme then you just need to add the following lines to whichever file you want & you'll get a dump of all the cms markets. Obv loop through the markets array & do with it what you wish!
//include CMC
use adman9000\coinmarketcap\CoinmarketcapAPIFacade;
//Get latest markets for everything on CMC, including the prices in GBP
$markets = CoinmarketcapAPIFacade::getTickers(0, 0, "GBP");
Can you add basic usage example?
The text was updated successfully, but these errors were encountered: