Skip to content

emil07770/solana-radar

Repository files navigation

⚡ SolanaRadar

Real-time Solana token intelligence dashboard powered by the Birdeye Data API.

Built for the Birdeye Data BIP Sprint 4 competition.

Features

  • 🔥 Trending Tokens — top 20 trending Solana tokens with price, 24h change, volume, and market cap
  • 🆕 New Listings — freshly listed tokens with liquidity and age
  • ⟳ Auto-refresh — data updates every 30 seconds automatically
  • 📡 API call counter — tracks total Birdeye API calls made

Birdeye API Endpoints Used

Endpoint Purpose
GET /defi/token_trending Trending tokens ranked by activity
GET /v2/tokens/new_listing Newly listed tokens on Solana DEXes
GET /defi/token_security Safety/risk scoring for tokens
GET /defi/token_overview Full token metadata and stats
GET /defi/price Real-time token price

Setup

git clone https://github.com/emil07770/solana-radar
cd solana-radar
npm install

# Add your API key
cp .env.example .env
# Edit .env and set VITE_BIRDEYE_API_KEY=your_key

npm run dev

Get your free API key at bds.birdeye.so

Deploy

Deploy with Vercel

Tech Stack

  • React 18 + TypeScript
  • Vite
  • Birdeye Data REST API

License

MIT

About

Real-time Solana token intelligence dashboard powered by Birdeye Data API. Built for Birdeye BIP Sprint 4.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors