Hi everyone,
I have spent a few days looking online but I could not find anywhere a solution thats why I am asking here.
There is a certain (type) of website which I would like to load on my app and download the info from it. For example: https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USDT&e=Binance will give a result such as {"USDT":3803.67}. I would like to download this info so that later I can use the values from it. I have done something similat in VBA Excel where I download it as a JSON and modify it further.
Can someone please help?
Many thanks
I have spent a few days looking online but I could not find anywhere a solution thats why I am asking here.
There is a certain (type) of website which I would like to load on my app and download the info from it. For example: https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USDT&e=Binance will give a result such as {"USDT":3803.67}. I would like to download this info so that later I can use the values from it. I have done something similat in VBA Excel where I download it as a JSON and modify it further.
Can someone please help?
Many thanks