Aloha,
I currently have a simple dashboard made in couch where I track some crypto holdings. It's all based on manual entry at the moment, but I would like to integrate some automation that pulls the latest prices for each coin and saves it to couch rather than a manual update of the current price. I then want couch to multiply holding of x coin with the current price. The price doesn't need to be live, ie. an api call every time I update the page. Some kind of cron job that fetches new data from a list of current coin pairs held every now and then would do
I must admit I'm not very versed in PHP or API calls, what would be the easiest solution for me?
Here is a possible site I can get API access to and fetch data( maybe some other site is better Im not sure?)
https://www.livecoinwatch.com/tools/api
Thanks in advance
I currently have a simple dashboard made in couch where I track some crypto holdings. It's all based on manual entry at the moment, but I would like to integrate some automation that pulls the latest prices for each coin and saves it to couch rather than a manual update of the current price. I then want couch to multiply holding of x coin with the current price. The price doesn't need to be live, ie. an api call every time I update the page. Some kind of cron job that fetches new data from a list of current coin pairs held every now and then would do
I must admit I'm not very versed in PHP or API calls, what would be the easiest solution for me?
Here is a possible site I can get API access to and fetch data( maybe some other site is better Im not sure?)
https://www.livecoinwatch.com/tools/api
Thanks in advance