Add `binance` section to `brokers.toml`

basic_buy_bot
Tyler Goodlet 2023-06-12 14:03:37 -04:00
parent dac93dd8f8
commit aa49c38d55
1 changed files with 22 additions and 11 deletions

View File

@ -1,15 +1,14 @@
[questrade]
refresh_token = ''
access_token = ''
api_server = 'https://api06.iq.questrade.com/'
expires_in = 1800
token_type = 'Bearer'
expires_at = 1616095326.355846
################
# ---- CEXY ----
################
[binance]
api_key = ''
api_secret = ''
futes.use_testnet = true
futes.api_key = ''
futes.api_secret = ''
spot.use_testnet = true
spot.api_key = ''
spot.api_secret = ''
[deribit]
@ -29,6 +28,18 @@ key_secret = ''
key_passphrase = ''
################
# -- BROKERZ ---
################
[questrade]
refresh_token = ''
access_token = ''
api_server = 'https://api06.iq.questrade.com/'
expires_in = 1800
token_type = 'Bearer'
expires_at = 1616095326.355846
[ib]
hosts = [
'127.0.0.1',