Bitmex exchange (#160)

* Added REST support for Bitmex

* Added Bitmex documentation updates

* Update config_example.json

* Added final REST functions for user account operations.

* Added initial websocket support

* Change function access
Added reconnection logic

* Added initial routine management
Updated wrapper functions

* General fixes
This commit is contained in:
Ryan O'Hara-Reid
2018-08-09 16:31:29 +10:00
committed by Adrian Gallagher
parent a0de1b78a7
commit 06a0caec43
17 changed files with 10245 additions and 6 deletions

View File

@@ -307,6 +307,40 @@
}
]
},
{
"Name": "Bitmex",
"Enabled": true,
"Verbose": false,
"Websocket": false,
"UseSandbox": false,
"RESTPollingDelay": 10,
"HTTPTimeout": 15000000000,
"AuthenticatedAPISupport": false,
"APIKey": "Key",
"APISecret": "Secret",
"AvailablePairs": "XRPXBT",
"EnabledPairs": "XRPXBT",
"BaseCurrencies": "USD",
"AssetTypes": "SPOT",
"SupportsAutoPairUpdates": false,
"ConfigCurrencyPairFormat": {
"Uppercase": true
},
"RequestCurrencyPairFormat": {
"Uppercase": true
},
"BankAccounts": [
{
"BankName": "",
"BankAddress": "",
"AccountName": "",
"AccountNumber": "",
"SWIFTCode": "",
"IBAN": "",
"SupportedCurrencies": ""
}
]
},
{
"name": "Bitstamp",
"enabled": true,
@@ -1202,4 +1236,4 @@
"supportedExchanges": "ANX,Kraken"
}
]
}
}