From aa49c38d55eacdb30e981ef71e367076f5c2228d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 12 Jun 2023 14:03:37 -0400 Subject: [PATCH] Add `binance` section to `brokers.toml` --- config/brokers.toml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/config/brokers.toml b/config/brokers.toml index c9384461..96c67b45 100644 --- a/config/brokers.toml +++ b/config/brokers.toml @@ -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',