Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtthwkfmn/187920 to your computer and use it in GitHub Desktop.
Save mtthwkfmn/187920 to your computer and use it in GitHub Desktop.
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"
}
{"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