Skip to content

Commit

Permalink
Add Liqui HTTP support
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasher- committed Mar 15, 2017
1 parent 5bdcf9e commit 745c782
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ A cryptocurrency trading bot supporting multiple exchanges written in Golang.
| ItBit | Yes | NA | NA |
| Kraken | Yes | NA | NA |
| LakeBTC | Yes | No | NA |
| Liqui | Yes | No | NA |
| LocalBitcoins | Yes | NA | NA |
| OKCoin (both) | Yes | Yes | No |
| Poloniex | Yes | Yes | NA |
Expand Down
14 changes: 14 additions & 0 deletions config_example.dat
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,20 @@
"EnabledPairs": "BTCUSD,BTCAUD",
"BaseCurrencies": "USD,EUR,HKD,AUD,GBP,NZD,JPY,SGD,NGN,CHF,CAD"
},
{
"Name": "Liqui",
"Enabled": true,
"Verbose": false,
"Websocket": false,
"RESTPollingDelay": 10,
"AuthenticatedAPISupport": false,
"APIKey": "Key",
"APISecret": "Secret",
"ClientID": "",
"AvailablePairs": "TIME_BTC,ETH_BTC,GNT_BTC,WAVES_BTC,ICN_BTC,1ST_BTC,WINGS_BTC,MLN_BTC,ROUND_BTC,VSL_BTC,LTC_BTC,DCT_BTC,INCNT_BTC,PLU_BTC,DASH_BTC",
"EnabledPairs": "ETH_BTC,LTC_BTC,DASH_BTC",
"BaseCurrencies": "USD"
},
{
"Name": "LocalBitcoins",
"Enabled": true,
Expand Down
Loading

0 comments on commit 745c782

Please sign in to comment.