add in `[kucoin]` section to brokers conf
parent
9ec664f7c8
commit
024cf8b8c2
|
@ -1,19 +1,32 @@
|
||||||
[questrade]
|
[questrade]
|
||||||
refresh_token = ""
|
refresh_token = ''
|
||||||
access_token = ""
|
access_token = ''
|
||||||
api_server = "https://api06.iq.questrade.com/"
|
api_server = 'https://api06.iq.questrade.com/'
|
||||||
expires_in = 1800
|
expires_in = 1800
|
||||||
token_type = "Bearer"
|
token_type = 'Bearer'
|
||||||
expires_at = 1616095326.355846
|
expires_at = 1616095326.355846
|
||||||
|
|
||||||
|
|
||||||
|
[deribit]
|
||||||
|
key_id = ''
|
||||||
|
key_secret = ''
|
||||||
|
|
||||||
|
|
||||||
[kraken]
|
[kraken]
|
||||||
key_descr = "api_0"
|
key_descr = ''
|
||||||
api_key = ""
|
api_key = ''
|
||||||
secret = ""
|
secret = ''
|
||||||
|
|
||||||
|
|
||||||
|
[kucoin]
|
||||||
|
key_id = ''
|
||||||
|
key_secret = ''
|
||||||
|
key_passphrase = ''
|
||||||
|
|
||||||
|
|
||||||
[ib]
|
[ib]
|
||||||
hosts = [
|
hosts = [
|
||||||
"127.0.0.1",
|
'127.0.0.1',
|
||||||
]
|
]
|
||||||
# XXX: the order in which ports will be scanned
|
# XXX: the order in which ports will be scanned
|
||||||
# (by the `brokerd` daemon-actor)
|
# (by the `brokerd` daemon-actor)
|
||||||
|
@ -30,8 +43,8 @@ ports = [
|
||||||
# is not supported so you have to manually download
|
# is not supported so you have to manually download
|
||||||
# and XML report and put it in a location that can be
|
# and XML report and put it in a location that can be
|
||||||
# accessed by the ``brokerd.ib`` backend code for parsing.
|
# accessed by the ``brokerd.ib`` backend code for parsing.
|
||||||
flex_token = '666666666666666666666666'
|
flex_token = ''
|
||||||
flex_trades_query_id = '666666' # live account
|
flex_trades_query_id = '' # live account
|
||||||
|
|
||||||
# when clients are being scanned this determines
|
# when clients are being scanned this determines
|
||||||
# which clients are preferred to be used for data
|
# which clients are preferred to be used for data
|
||||||
|
@ -47,11 +60,6 @@ prefer_data_account = [
|
||||||
# the order in which accounts will be selectable
|
# the order in which accounts will be selectable
|
||||||
# in the order mode UI (if found via clients during
|
# in the order mode UI (if found via clients during
|
||||||
# API-app scanning)when a new symbol is loaded.
|
# API-app scanning)when a new symbol is loaded.
|
||||||
paper = "XX0000000"
|
paper = 'XX0000000'
|
||||||
margin = "X0000000"
|
margin = 'X0000000'
|
||||||
ira = "X0000000"
|
ira = 'X0000000'
|
||||||
|
|
||||||
|
|
||||||
[deribit]
|
|
||||||
key_id = 'XXXXXXXX'
|
|
||||||
key_secret = 'Xx_XxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXx'
|
|
||||||
|
|
Loading…
Reference in New Issue