Skip to content

Instantly share code, notes, and snippets.

@panterozo
Last active July 31, 2018 04:50
Show Gist options
  • Save panterozo/3a7ded940a75e2eca239585818bc3b76 to your computer and use it in GitHub Desktop.
Save panterozo/3a7ded940a75e2eca239585818bc3b76 to your computer and use it in GitHub Desktop.
{
"appVersion" : "3.5.1",
"jsonVersion" : "0.0.3",
"exchange" : {
"orionx" : {
"markets" : [
{
"basecurrency" : "BTC",
"pares" : [
"CHA",
"LTC"
]
},
{
"basecurrency" : "CLP",
"pares" : [
"BTC",
"CHA",
"LTC"
]
}
],
"coins" : [
{
"CHA" : {
"id_spinner" : 0,
"name" : "Chaucha",
"decimal" : 8
}
},
{
"BTC" : {
"id_spinner" : 2,
"name" : "Bitcoin",
"decimal" : 8
}
},
{
"LTC" : {
"id_spinner" : 5,
"name" : "Litecoin",
"decimal" : 8
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment