Created
September 16, 2009 07:40
-
-
Save mtthwkfmn/187920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /book/SOLF/data: | |
---- | |
{ | |
"status": "200: ", | |
"success": true, | |
"statusText": "", | |
"reload": 3600000, | |
"data": { | |
"timestamp": "20:25:44", | |
"symbol": "SOLF", | |
"company": "SOLARFUN POWER HOLDINGS CO LTD SPON", | |
"orders": "17,717" | |
"volume": "76,566", | |
"quotes_count": 0, | |
"quotes": ["09:30:00", "#volume", "#last_price", "#ask_size", "#ask", "#bid_size", "#bid"] | |
"bids_count": 0, | |
"bids": [], | |
"asks_count": 0, | |
"asks": [], | |
"trades_count": 10, | |
"trades": [ | |
["15:59:59", "500", "6.04"], | |
["15:59:59", "200", "6.04"], | |
["15:59:59", "100", "6.04"], | |
["15:59:59", "100", "6.04"], | |
["15:59:59", "100", "6.04"], | |
["15:59:59", "400", "6.04"], | |
["15:59:59", "200", "6.03"], | |
["15:59:58", "200", "6.03"], | |
["15:59:58", "36", "6.03"], | |
["15:59:58", "100", "6.03"]], | |
}, | |
"statusCode": "200" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"status":"200: ","success":true,"statusText":"","reload":3600000,"data":{"trades_count":10,"asks_count":0,"asks":[],"timestamp":"20:25:44","symbol":"SOLF","trades":[["15:59:59","500","6.04"],["15:59:59","200","6.04"],["15:59:59","100","6.04"],["15:59:59","100","6.04"],["15:59:59","100","6.04"],["15:59:59","400","6.04"],["15:59:59","200","6.03"],["15:59:58","200","6.03"],["15:59:58","36","6.03"],["15:59:58","100","6.03"]],"bids":[],"volume":"76,566","bids_count":0,"company":"SOLARFUN POWER HOLDINGS CO LTD SPON","orders":"17,717"},"statusCode":"200"} | |
{ | |
"status": "200: ", | |
"success": true, | |
"statusText": "", | |
"reload": 3600000, | |
"data": { | |
"trades_count": 10, | |
"asks_count": 0, | |
"asks": [], | |
"timestamp": "20:25:44", | |
"symbol": "SOLF", | |
"trades": [ | |
["15:59:59", "500", "6.04"], | |
["15:59:59", "200", "6.04"], | |
["15:59:59", "100", "6.04"], | |
["15:59:59", "100", "6.04"], | |
["15:59:59", "100", "6.04"], | |
["15:59:59", "400", "6.04"], | |
["15:59:59", "200", "6.03"], | |
["15:59:58", "200", "6.03"], | |
["15:59:58", "36", "6.03"], | |
["15:59:58", "100", "6.03"]], | |
"bids": [], | |
"volume": "76,566", | |
"bids_count": 0, | |
"company": "SOLARFUN POWER HOLDINGS CO LTD SPON", | |
"orders": "17,717" | |
}, | |
"statusCode": "200" | |
} | |
---- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment