Real-time dashboard for monitoring funding rate arbitrage opportunities across 9 major cryptocurrency exchanges.
Access via Streamlit: https://fundingratearb-dashboard.streamlit.app/
- Real-time Data: Live funding rates from 9 major exchanges (Binance, Bybit, OKX, Gate.io, KuCoin, MEXC, Bitget, BingX, WhiteBit)
- Multi-Cryptocurrency Tracking: Monitor 10 popular cryptocurrencies simultaneously
- Arbitrage Opportunities: Automatic detection of profitable long/short positions
- Professional Interface: Bloomberg-style dark theme with purple gradients
- Interactive Charts: Real-time rate visualization with Plotly
- Performance Optimized: 5-minute caching for efficient API usage
- Binance
- Bybit
- OKX
- Gate.io
- KuCoin
- MEXC
- Bitget
- BingX
- WhiteBit
- Bitcoin (BTC)
- Ethereum (ETH)
- Solana (SOL)
- Cardano (ADA)
- Polygon (MATIC)
- Avalanche (AVAX)
- Chainlink (LINK)
- Polkadot (DOT)
- Litecoin (LTC)
- Bitcoin Cash (BCH)
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
To run the dashboard locally:
streamlit run funding_rate_dashboard.pyThe dashboard fetches real-time funding rates from multiple exchanges and calculates arbitrage opportunities by:
- Data Collection: Fetching current funding rates from 9 exchanges
- Opportunity Detection: Finding the highest and lowest rates for each cryptocurrency
- Profit Calculation: Computing potential profit from rate differences
- Visual Display: Presenting opportunities with color-coded Long/Short positions
This project is for educational and research purposes.