mess110 / coinmarketcap.northpole.ro

A straightforward JSON API for all the currencies and assets found on coinmarketcap.com crawled every 5 minutes
MIT License
41 stars 11 forks source link

Get info of some Coins instead of 1 #6

Closed vanlooverenkoen closed 7 years ago

vanlooverenkoen commented 7 years ago

Hi,

I need an endpoint so I can make 1 request to get some Coin details. like

http://coinmarketcap.northpole.ro/api/v6/all?list=[BTC,ETH] http://coinmarketcap.northpole.ro/api/v6/coins?list=[BTC,ETH,LTC]

is this possible? If I had any experience with Ruby I wrote it myself. But I do want to help you if necessary

mess110 commented 7 years ago

http://coinmarketcap.northpole.ro/api.json?select=BTC,ETH http://coinmarketcap.northpole.ro/api.json?select[]=BTC&select[]=ETH

Both do the same thing. If you can, please test :)