Skip to content

Commit 9a95c0e

Browse files
committed
UPDATE README
1 parent d1e98f1 commit 9a95c0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ docker-compose up -d
9797
docker run -d \
9898
--name rabbitforexapi \
9999
-p 3000:3000 \
100-
-e WISE_API_KEY="your_wise_api_key_here" \
100+
-e WISE_API_KEY="your_wise_api_key_here" \
101101
-e UPDATE_INTERVAL=30 \
102-
-e TRADING212_API_KEY="your_trading212_api_key_here" \
102+
-e TRADING212_API_KEY="your_trading212_api_key_here" \
103103
-e TRADING212_API_SECRET="your_trading212_api_secret_here" \
104104
-e STOCK_UPDATE_INTERVAL=30 \
105-
-e CRYPTO_UPDATE_INTERVAL=30 \
106-
-e ENABLED_CRYPTOS="BTC,ETH,SOL,ADA,XRP" \
105+
-e CRYPTO_UPDATE_INTERVAL=30 \
106+
-e ENABLED_CRYPTOS="BTC,ETH,SOL,ADA,XRP" \
107107
-e LOGGER_LEVEL=3 \
108108
-e PROXY=direct \
109109
rabbitcompany/rabbitforexapi:latest
@@ -389,7 +389,7 @@ Get lists of all supported currencies, metals and cryptocurrencies
389389
"currencies": ["AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "EUR", "USD", "GBP", "JPY", "CHF", "CAD", "..."],
390390
"metals": ["GOLD", "SILVER", "PALLADIUM", "COPPER"],
391391
"cryptocurrencies": ["BTC", "ETH", "SOL", "ADA", "XRP", "DOT", "DOGE", "AVAX", "LINK", "..."],
392-
"stocks": ["VOW3d", "NET", "MSFT", "ASMLa", "V", "UBNT", "SMSDl", "FB"],
392+
"stocks": ["VOW3d", "NET", "MSFT", "ASMLa", "V", "UBNT", "SMSDl", "FB", "..."],
393393
"timestamps": {
394394
"currency": "2025-11-07T07:06:10.544Z",
395395
"metal": "2025-11-07T07:06:07.016Z",

0 commit comments

Comments
 (0)