From 06026ec661b0301b3d302cade9ec71e210f1cc3b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 9 Jun 2023 15:55:47 -0400 Subject: [PATCH] Add `binance` section to broker conf template --- config/brokers.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/brokers.toml b/config/brokers.toml index 7205d82c..c9384461 100644 --- a/config/brokers.toml +++ b/config/brokers.toml @@ -7,6 +7,11 @@ token_type = 'Bearer' expires_at = 1616095326.355846 +[binance] +api_key = '' +api_secret = '' + + [deribit] key_id = '' key_secret = ''