Twollaston
Board Regular
- Joined
- May 24, 2019
- Messages
- 241
Not sure if I'm using the exact terminology correctly. But what I'm trying to do is change the source of query that is connected to coin market cap API(for tracking cryptocurrency prices) with VBA.
The original Link is:
https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?CMC_PRO_API_KEY=796ca343-261a-4031-8819-7fee2bb27019&start=1&limit=5000
I want to change it to:
https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?CMC_PRO_API_KEY=ABCD&start=1&limit=5000
Ultimately I will create a popup that allows the user to input their API key and have it update the source to change the dummy API key to their API key that they have entered. But I can figure most of that out, except I'm having trouble figuring out how to change the source. Any help would be appreciated.
Spreadsheet Google Drive Link:
The original Link is:
https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?CMC_PRO_API_KEY=796ca343-261a-4031-8819-7fee2bb27019&start=1&limit=5000
I want to change it to:
https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?CMC_PRO_API_KEY=ABCD&start=1&limit=5000
Ultimately I will create a popup that allows the user to input their API key and have it update the source to change the dummy API key to their API key that they have entered. But I can figure most of that out, except I'm having trouble figuring out how to change the source. Any help would be appreciated.
Spreadsheet Google Drive Link:
Portfolio 2.0.xlsm
drive.google.com