Exchange

Exchange Configuration Scheme #

The exchange configuration scheme contains information about the exchange and the credentials that are used to communicate with it. Note that different exchanges have different types of credentials and other configuration properties. Nevertheless, all of them have a type property that indicates how the configuration scheme should be loaded and used.

Configuration scheme example:

{
	"type": "binance",
	"key": "12sv0s78ajk0036f3m60",
	"secret": "34sv0s78ajk0036f3m60"
}