Added support for Bitflyer exchange

This commit is contained in:
Ryan O'Hara-Reid
2018-02-09 11:00:58 +11:00
parent 64a7bc206a
commit e57aa817dc
9 changed files with 994 additions and 4 deletions

View File

@@ -122,6 +122,29 @@
"Uppercase": true
}
},
{
"Name": "Bitflyer",
"Enabled": true,
"Verbose": false,
"Websocket": false,
"UseSandbox": false,
"RESTPollingDelay": 10,
"AuthenticatedAPISupport": false,
"APIKey": "Key",
"APISecret": "Secret",
"AvailablePairs": "BTC_JPY,FXBTC_JPY,ETH_BTC,BCH_BTC",
"EnabledPairs": "BTC_JPY,ETH_BTC,BCH_BTC",
"BaseCurrencies": "JPY",
"AssetTypes": "SPOT",
"ConfigCurrencyPairFormat": {
"Uppercase": true,
"Delimiter": "_"
},
"RequestCurrencyPairFormat": {
"Uppercase": true,
"Delimiter": "_"
}
},
{
"Name": "Bithumb",
"Enabled": true,
@@ -615,4 +638,4 @@
}
}
]
}
}