# ── Local Server / Remote Client ────────────────────────────────────────────── # URL of the locally-running Flask API server, exposed via ngrok or similar. # Set this in HuggingFace Space secrets so the UI can reach the local server. # Leave blank (or unset) when running everything locally on the same machine. API_SERVER_URL= # Optional: ngrok auth token for tunnel support (get from https://dashboard.ngrok.com/) NGROK_AUTHTOKEN= # Binance Testnet API Credentials # Get these from: https://testnet.binance.vision/ BINANCE_TESTNET_API_KEY=your_testnet_api_key_here BINANCE_TESTNET_API_SECRET=your_testnet_api_secret_here # BSCScan API Key (for stablecoin whale tracking) # Get from: https://bscscan.com/myapikey BSCSCAN_API_KEY=your_bscscan_api_key_here # On-Chain Whale Alerts (ETH, SOL, XRP) # Get from: https://etherscan.io/myapikey ETHERSCAN_API_KEY=your_etherscan_api_key_here # Get from: https://public-api.solscan.io/docs/#/ SOLSCAN_API_KEY=your_solscan_api_key_here # XRP Ledger API (Often public, but some providers require keys) XRPSCAN_API_KEY=optional_key_here