gostudent / Grypto

Terminal Application to check price of Cryptocurrencies
5 stars 3 forks source link

Use One API call to collect the data #9

Closed mubaris closed 6 years ago

mubaris commented 6 years ago

Right now we are using one API call per cryptocurrency. Instead, use one API call

Endpoint - https://api.coinmarketcap.com/v1/ticker/?limit=10

Jigar3 commented 6 years ago

I want to solve this issue