Skip to content

Instantly share code, notes, and snippets.

@tzumby
Created January 31, 2019 01:48
Show Gist options
  • Save tzumby/a368a94501533a09d8f6d0871e4616ba to your computer and use it in GitHub Desktop.
Save tzumby/a368a94501533a09d8f6d0871e4616ba to your computer and use it in GitHub Desktop.
Bittrex Order Book
{
"success":true,
"message":"",
"result":{
"buy":[
{
"Quantity":17.21215708,
"Rate":0.03160399
},
{
"Quantity":1.79647175,
"Rate":0.03160000
},
{
"Quantity":46.32435077,
"Rate":0.03156567
},
{
"Quantity":27.28600000,
"Rate":0.03154786
},
{
"Quantity":115.99900000,
"Rate":0.03154785
},
{
"Quantity":46.13256932,
"Rate":0.03154781
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment