My current challenge involves extracting data from the following link: and storing it in my database. However, I am encountering difficulties with manipulating the array in order to retrieve the last unix datetime.
Despite multiple attempts to extract the value, my code does not seem to be functioning as expected:
var cur = body.length - 1;
var time = body.result.XXBTZUSD[cur][0];