This is an AI-powered agent that provides real-time cryptocurrency price updates such as BTCUSDT, ETHUSDT, and more. It is built using a conversational interface to help users quickly access live crypto rates on demand.
- 🔧 Tool Calling using
@function_tool
- 🔗 Fetches real-time prices from Binance
- 🤖 LLM-powered using Gemini 2.0 Flash
- 💬 Integrated with Chainlit for user-friendly chat UI
- 📈 Dynamically handles user input for any crypto symbol
This project uses the public Binance API to retrieve crypto price data.
- No API key is required for Binance
- Data is fetched from this endpoint:
https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT
- Ask for the latest price of BTC, ETH, or any trading pair
- Quickly check market movements through simple queries
- Use in educational, informational, or quick-check crypto tools
💬 Example Prompts
👉 "What's the price of BTCUSDT?" 👉 "Tell me ETHUSDT rate?" 👉 "Check DOGE to USDT"
Agent will respond with the most recent price from Binance.
Fazilat Jahan