How to find new values from json file in btc-e api

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.

Maximi

Posted 2014-08-01T12:42:39.307

Reputation: 121

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 valueMaximi 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 providedJan 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

No answers