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 = '' # ---- CEXY ----
access_token = '' ################
api_server = 'https://api06.iq.questrade.com/'
expires_in = 1800
token_type = 'Bearer'
expires_at = 1616095326.355846
[binance] [binance]
api_key = '' futes.use_testnet = true
api_secret = '' futes.api_key = ''
futes.api_secret = ''
spot.use_testnet = true
spot.api_key = ''
spot.api_secret = ''
[deribit] [deribit]
@ -29,6 +28,18 @@ key_secret = ''
key_passphrase = '' 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] [ib]
hosts = [ hosts = [
'127.0.0.1', '127.0.0.1',