Haha thanks but like the original post said, I would like to be able to implement my own price ticker in a website. I get that you have to retrieve the JSON object and decode it, I keep running into a 'get_object_vars() expects parameter 1 to be object, null given', when trying to pass the result from json_decode() to get_object_vars() so that I can actually see them.
Was just hoping someone could clarify what I'm doing wrong.
What language is that? PHP?