Skip to content

Instantly share code, notes, and snippets.

@leffuy
Created September 8, 2013 21:04
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 leffuy/6488395 to your computer and use it in GitHub Desktop.
Save leffuy/6488395 to your computer and use it in GitHub Desktop.
[{"ticker":"DMS.SELLING","last_qty":"10","last_price":"0.009272","latest":"10@0.009272","bid":"0.009272","ask":"0.009553","24h_low":"0.009262","24h_avg":"0.00956","24h_high":"0.009796","24h_vol":"1237@11.8","last_24h_avg":"0.00989","7d_low":"0.0092","7d_avg":"0.01132","7d_high":"0.01345","7d_vol":"13460@152.4","30d_low":"0.0092","30d_avg":"0.01698","30d_high":"0.02646","30d_vol":"116596@1980.1","total_vol":"4189.03266400","type":"FUND","yes_votes":"8","no_votes":0}]
^- That is the raw JSON
"ticker" "last_qty" etc etc are all "KEY'S" so the format for BTCTasset() is in the form
BTCTasset("assetName","assetKey")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment