You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
311 B

export START_FROM="2025-02-01T00:00:00"
export PAIRS="BTC_USDT,TRX_USDT,ETH_USDT,DOGE_USDT,BCH_USDT"
export INTERVALS="MINUTE_1,MINUTE_15,HOUR_1,DAY_1"
export DATABASE_URL="sqlite://./poloniex_data.db"
export POLONIEX_REST_URL="https://api.poloniex.com"
export POLONIEX_WS_URL="wss://ws.poloniex.com/ws/public"