coinmarketcap-exporter
coinmarketcap-exporter copied to clipboard
Specify currencies to be fetched
Instead of just fetching the first 5000, can we just just pass a list of symbols to fetch? Benefits:
- Reducing API credits used
- Reducing traffic
- Allowing prices for currencies after #5000
Simple implementation: $CURRENCIES is set we hit v2/cryptocurrency/quotes/latest
instead, passing it as CSV param.
If you are interested I can push a PR.
Sure, looking to freshen this up in the coming months.