You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2022. It is now read-only.
|`NONCE`|`milliseconds`| NO | Some exchanges (looking at you, `coinbasepro`) don't support nonce in milliseconds, but want seconds |
101
101
|`ENABLE_TICKERS`|`true`| NO | Set this to anything else in order to disable retrieving the ticker rates |
102
102
|`ENABLE_TRANSACTIONS`|`false`| NO | Set this to `true` in order to enable retrieving the transaction totals. See also below [ENABLE_TRANSACTIONS](#enable-transactions)|
103
+
|`DISABLE_FETCH_TICKERS`|`false`| NO | Set this to `true` in order to use the slower method for fetching the tickers instead. See also [Multiple Tickers For All Or Many Symbols](https://docs.ccxt.com/en/latest/manual.html#multiple-tickers-for-all-or-many-symbols)|
103
104
|`SYMBOLS`| - | NO | See below for explanation ([SYMBOLS and REFERENCE_CURRENCIES](#symbols-and-referece_currencies)) |
104
105
|`REFERENCE_CURRENCIES`| - | NO | See below for explanation ([SYMBOLS and REFERENCE_CURRENCIES](#symbols-and-referece_currencies)) |
105
106
|`DEFAULT_EXCHANGE_TYPE`| - | NO | Some exchanges support multiple types (for example: binance supports `future`). You can set this here |
0 commit comments