Skip to content

Instantly share code, notes, and snippets.

@tzumby
Created January 31, 2019 01:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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