Skip to content

Instantly share code, notes, and snippets.

@cryptorex
Created September 28, 2017 19:58
Show Gist options
  • Save cryptorex/8320a5243eefb4b5c4d6c4158cacf112 to your computer and use it in GitHub Desktop.
Save cryptorex/8320a5243eefb4b5c4d6c4158cacf112 to your computer and use it in GitHub Desktop.
$.ajax({url: 'https://api.gemini.com/v1/pubticker/btcusd',
type: "GET",
dataType: "jsonp",
success: function(json) {
var obj = JSON.parse(json);
console.log(obj);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment