Skip to content

Commit

Permalink
update dynamic market files
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Feb 5, 2018
1 parent 51c35e9 commit a24be89
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 47 deletions.
182 changes: 182 additions & 0 deletions exchanges/binance-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"BTG",
"BTS",
"CDT",
"CHAT",
"CMT",
"CND",
"DASH",
Expand All @@ -64,6 +65,7 @@
"HSR",
"ICX",
"INS",
"IOST",
"KMD",
"LEND",
"LRC",
Expand All @@ -74,9 +76,11 @@
"MOD",
"MTH",
"MTL",
"NANO",
"NAV",
"NEBL",
"OST",
"PIVX",
"POE",
"POWR",
"PPT",
Expand All @@ -85,12 +89,14 @@
"RDN",
"REQ",
"RLC",
"STEEM",
"STORJ",
"SUB",
"TNB",
"TNT",
"TRIG",
"TRX",
"VIA",
"VIB",
"VIBE",
"WABI",
Expand Down Expand Up @@ -1122,6 +1128,28 @@
"order": 0.02
}
},
{
"pair": [
"BTC",
"CHAT"
],
"minimalOrder": {
"amount": 1,
"price": 1e-8,
"order": 0.002
}
},
{
"pair": [
"ETH",
"CHAT"
],
"minimalOrder": {
"amount": 1,
"price": 1e-8,
"order": 0.02
}
},
{
"pair": [
"BNB",
Expand Down Expand Up @@ -1606,6 +1634,28 @@
"order": 0.02
}
},
{
"pair": [
"BTC",
"IOST"
],
"minimalOrder": {
"amount": 1,
"price": 1e-8,
"order": 0.002
}
},
{
"pair": [
"ETH",
"IOST"
],
"minimalOrder": {
"amount": 1,
"price": 1e-8,
"order": 0.02
}
},
{
"pair": [
"BNB",
Expand Down Expand Up @@ -1892,6 +1942,39 @@
"order": 0.02
}
},
{
"pair": [
"BNB",
"NANO"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.0001,
"order": 1
}
},
{
"pair": [
"BTC",
"NANO"
],
"minimalOrder": {
"amount": 0.01,
"price": 1e-7,
"order": 0.002
}
},
{
"pair": [
"ETH",
"NANO"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.000001,
"order": 0.02
}
},
{
"pair": [
"BNB",
Expand Down Expand Up @@ -2024,6 +2107,39 @@
"order": 0.02
}
},
{
"pair": [
"BNB",
"PIVX"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.00001,
"order": 1
}
},
{
"pair": [
"BTC",
"PIVX"
],
"minimalOrder": {
"amount": 0.01,
"price": 1e-7,
"order": 0.002
}
},
{
"pair": [
"ETH",
"PIVX"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.000001,
"order": 0.02
}
},
{
"pair": [
"BTC",
Expand Down Expand Up @@ -2266,6 +2382,39 @@
"order": 0.002
}
},
{
"pair": [
"BNB",
"STEEM"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.00001,
"order": 1
}
},
{
"pair": [
"BTC",
"STEEM"
],
"minimalOrder": {
"amount": 0.01,
"price": 1e-7,
"order": 0.002
}
},
{
"pair": [
"ETH",
"STEEM"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.000001,
"order": 0.02
}
},
{
"pair": [
"BTC",
Expand Down Expand Up @@ -2431,6 +2580,39 @@
"order": 0.02
}
},
{
"pair": [
"BNB",
"VIA"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.00001,
"order": 1
}
},
{
"pair": [
"BTC",
"VIA"
],
"minimalOrder": {
"amount": 0.01,
"price": 1e-7,
"order": 0.002
}
},
{
"pair": [
"ETH",
"VIA"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.000001,
"order": 0.02
}
},
{
"pair": [
"BTC",
Expand Down
Loading

0 comments on commit a24be89

Please sign in to comment.