Hi,
Using KM I want to grab details from a webpage and then save the details as KM variables, time is of the essence as a result is it possible to asynchronies savings the details as KM variables? https://bittrex.com/api/v1.1/public/getmarketsummaries
To speed things up can this be done without loading safari by using some sort of ping in the background?
Raw version of the DATA:
{“MarketName”:“BTC-1ST”,“High”:0.00005300,“Low”:0.00004240,“Volume”:626763.25047179,“Last”:0.00005063,“BaseVolume”:29.70606936,“TimeStamp”:“2017-10-24T09:55:36.697”,“Bid”:0.00005042,“Ask”:0.00005149,“OpenBuyOrders”:169,“OpenSellOrders”:5855,“PrevDay”:0.00004542,“Created”:“2017-06-06T01:22:35.727”}
KM Variables version of the Data:
Variable name: String
Market Name BTC 1ST: BTC-1ST
BTC 1ST High: 0.00005300
BTC 1ST Low: 0.00004240
BTC 1ST Volume: 626763.25047179
BTC 1ST Bid: 0.00005042
BTC 1ST Ask: 0.00005149
Is this possible if so how, I am not a programmer by the way