External Transmission
Medium
- Category
- Data Exfiltration
- Content
**Free alternative — Zapper API:** ```bash curl -s "https://api.zapper.xyz/v2/balances?addresses[]=0xYOUR_WALLET&networks[]=ethereum&networks[]=arbitrum" \ -H "Authorization: Basic $(echo -n ':YOUR_ZAPPER_KEY' | base64)" ```
- Confidence
- 50% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
