Skip to content

Instantly share code, notes, and snippets.

@cryptorex
Created September 28, 2017 19:57
Show Gist options
  • Select an option

  • Save cryptorex/06926821398071e900cac76552c270be to your computer and use it in GitHub Desktop.

Select an option

Save cryptorex/06926821398071e900cac76552c270be 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