FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QuantDinger--/backend_api_python/env.testnet.example at feture2 · litter998/QuantDinger-- · GitHub
litter998
/
QuantDinger--
Public
forked from
OpenByteInc/QuantDinger
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
QuantDinger--
/
backend_api_python
/
env.testnet.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 1.07 KB
Breadcrumbs
QuantDinger--
/
backend_api_python
/
env.testnet.example
Copy path
File metadata and controls
34 lines (34 loc) · 1.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copy to .env.testnet.local and fill in YOUR testnet/demo keys (never commit).
# Then: python scripts/verify_grid_fill_sync.py --live
#
# There is no shared public API key. Register free testnet keys per exchange:
# Binance Spot: https://testnet.binance.vision
# Binance Futures: https://testnet.binancefuture.com
# OKX demo: OKX app -> Demo trading -> API keys
# Bitget demo: Bitget app -> Demo trading -> API keys
# Bybit testnet: https://testnet.bybit.com
#
# RUN_GRID_LIVE_TESTS=1
#
# Binance Futures (paste any order id from testnet UI — open or filled)
# GRID_LIVE_BINANCE_FUTURES_API_KEY=
# GRID_LIVE_BINANCE_FUTURES_SECRET=
# GRID_LIVE_BINANCE_FUTURES_ORDER_ID=
#
# OKX demo swap
# GRID_LIVE_OKX_API_KEY=
# GRID_LIVE_OKX_SECRET=
# GRID_LIVE_OKX_PASSPHRASE=
# GRID_LIVE_OKX_ORDER_ID=
#
# Bitget demo mix
# GRID_LIVE_BITGET_API_KEY=
# GRID_LIVE_BITGET_SECRET=
# GRID_LIVE_BITGET_PASSPHRASE=
# GRID_LIVE_BITGET_ORDER_ID=
# GRID_LIVE_BITGET_PRODUCT_TYPE=USDT-FUTURES
#
# Bybit testnet
# GRID_LIVE_BYBIT_API_KEY=
# GRID_LIVE_BYBIT_SECRET=
# GRID_LIVE_BYBIT_ORDER_ID=
Back
|
FazBrowse Home
|
New Git URL