1
Hello i cannot find solution on this issue:
On address https://btc-e.com/api/2/btc_usd/depth is json list from btc-e api. I'm searching for solution parse only new values from json list and store to the database. There isn't any identifier, but only values. I'm using MySQL + PHP. Is there any solution to solve this?
Thank you.
What do you mean by "New values" ? – Jan Moritz – 2014-08-01T13:33:09.903
I mean values not in previous check, only the new items from last checking. For example: 1st cron = 512,457,845 2nd cron = 512,457,201,845 I need 201 value – Maximi – 2014-08-01T14:20:08.353
Are you asking how to parse JSON in PHP? – Jan Moritz – 2014-08-01T14:22:40.163
No. I'm asking how detect new values in json file. – Maximi – 2014-08-01T16:19:23.627
This don't look possible with the web-service call you have provided – Jan Moritz – 2014-08-01T16:35:21.113
Thank you, it seems you have best answer. There is no solution. – Maximi – 2014-08-02T13:38:19.567