tiaanduplessis / coinmarketcap-api

CoinMarketCap API wrapper for node
MIT License
121 stars 37 forks source link

What would be the names of the market cap object key? #10

Closed steviecs closed 5 years ago

steviecs commented 6 years ago

I'm building a node.js app that wants to compare the predicted price of a coin against what it's market cap would need to be to achieve that price. Do you have additional object key names for other metrics about that coin's object? Or would they be the same as the actual API?

thebenlamm commented 6 years ago

It seems this project returns the raw response from coinmarketcap. Your best bet would be to check out their response object example.

tiaanduplessis commented 6 years ago

@thebenlamm is correct. @skramzy please check out coinmarketcap docs. This library is just a simple wrapper on it.

abhinavk99 commented 5 years ago

I think this can be closed since there hasn't been any activity for over a year. Feel free to reopen.