Skip to content

Commit

Permalink
Merge pull request knowm#1388 from Achterhoeker/patch-15
Browse files Browse the repository at this point in the history
Bitstamp added XRP BTC trading pair
  • Loading branch information
jheusser authored Feb 22, 2017
2 parents 06daa8e + f8a9d47 commit 6687b08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions xchange-bitstamp/src/main/resources/bitstamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"price_scale": 5,
"trading_fee": 0.0025,
"min_amount": 1000.00000000
}
},
"XRP/BTC": {
"price_scale": 8,
"trading_fee": 0.0025,
"min_amount": 1000.00000000
}
},
"currencies": {
"BTC": {
Expand All @@ -47,4 +52,4 @@
}
],
"share_rate_limits": true
}
}

0 comments on commit 6687b08

Please sign in to comment.