Skip to content

Commit

Permalink
therocktrading wrapper
Browse files Browse the repository at this point in the history
first attempt to have a working therocktrading wrapper
  • Loading branch information
paci authored and askmike committed Apr 29, 2019
1 parent 7184062 commit bb0544f
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 0 deletions.
187 changes: 187 additions & 0 deletions exchange/wrappers/therocktrading-markets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
{
"assets": [
"ETH",
"LTC",
"BTC",
"BCH",
"EUR",
"PPC",
"ZEC",
"NOKU",
"FDZ"
],
"currencies": [
"BTC",
"EUR",
"ETH",
"GUSD",
"XRP"
],
"markets": [
{
"pair": [
"EUR",
"BTC"
],
"minimalOrder": {
"amount": 0.0005,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"EUR",
"ETH"
],
"minimalOrder": {
"amount": 0.005,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"EUR",
"LTC"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"EUR",
"PPC"
],
"minimalOrder": {
"amount": 0.05,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"EUR",
"ZEC"
],
"minimalOrder": {
"amount": 0.005,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"EUR",
"BCH"
],
"minimalOrder": {
"amount": 0.005,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"EUR",
"GUSD"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"BTC",
"ETH"
],
"minimalOrder": {
"amount": 0.001,
"price": 1e-8,
"order": 0
}
},
{
"pair": [
"BTC",
"PPC"
],
"minimalOrder": {
"amount": 0.05,
"price": 1e-8,
"order": 0
}
},
{
"pair": [
"BTC",
"LTC"
],
"minimalOrder": {
"amount": 0.01,
"price": 1e-8,
"order": 0
}
},
{
"pair": [
"BTC",
"BCH"
],
"minimalOrder": {
"amount": 0.005,
"price": 1e-8,
"order": 0
}
},
{
"pair": [
"BTC",
"ZEC"
],
"minimalOrder": {
"amount": 0.005,
"price": 1e-8,
"order": 0
}
},
{
"pair": [
"GUSD",
"BTC"
],
"minimalOrder": {
"amount": 0.0005,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"XRP",
"EUR"
],
"minimalOrder": {
"amount": 0.01,
"price": 0.01,
"order": 0
}
},
{
"pair": [
"XRP",
"BTC"
],
"minimalOrder": {
"amount": 0.005,
"price": 0.01,
"order": 0
}
}
]
}
Loading

0 comments on commit bb0544f

Please sign in to comment.