Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 600 Bytes

How-to-set-your-API.md

File metadata and controls

23 lines (20 loc) · 600 Bytes

Search for this section on config.js file, then fill in with your API key and SECRET that you USED to associate Gunbot with, remember that Gunbot needs every permission except withdrawal permissions. Do not delete unused exchanges.

"exchanges": {
	"poloniex": {
		"key": "YOUR_API_KEY_HERE",
		"secret": "YOUR_SECRET_KEY_HERE"
	},
	"kraken": {
		"key": "YOUR_API_KEY_HERE",
		"secret": "YOUR_SECRET_KEY_HERE"
	},
	"bittrex": {
		"key": "YOUR_API_KEY_HERE",
		"secret": "YOUR_SECRET_KEY_HERE"
	},
	"cryptopia": {
		"key": "YOUR_API_KEY_HERE",
		"secret": "YOUR_SECRET_KEY_HERE"
	}