Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - agis

Pages: [1]
1
Technical Support & Development / Feature request: Multiple API keys
« on: August 11, 2017, 04:43:22 PM »
It would be nice to be able to use multiple keys per exchange, as in the example below, in order to avoid running multiple instances of GUNBOT.
This way we can have all the coins in one configuration, use one account for de-bagging, another for high volume coins, a third one for low volume ones, etc., manage all of them in one configuration, and move them around as needed, but still keep separate profiles/accounts with different targets and trade scenarios.

 "poloniex-bags": {
                        "exchange": "poloniex",
                        "key": "KEY 1",
                        "secret": ""
                },
 "poloniex-high-vol": {
                        "exchange": "poloniex",
                        "key": "KEY 2",
                        "secret": ""
                },
 "poloniex-low-vol": {
                        "exchange": "poloniex",
                        "key": "KEY 3",
                        "secret": ""
                },

2
Technical Support & Development / Websockets API
« on: August 02, 2017, 07:51:20 AM »
@Gunthar
Do you have an ETA?

Pages: [1]