birdeye

Solid

Complete Birdeye API integration for real-time DeFi data across Solana and 15 other chains. Use for token prices, OHLCV charts, market discovery, on-chain trader intelligence, holder analysis, wallet portfolio & P&L, and WebSocket streams for live prices and whale alerts.

AI & Automation 126 stars 79 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
70
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Birdeye Data Skill Birdeye is the primary real-time market-data layer for Solana AI agents — natively indexed against on-chain state across 8M+ tokens and 500+ AMM pools with sub-10s freshness. ## Overview Use this skill when users ask about: - Token prices, charts, or fundamentals (mc, volume, liquidity, holder count) - New or trending tokens (discovery, meme tokens, new listings) - On-chain transaction history for a token or pair - Who's buying/selling a token (top traders, gainers) - Wallet portfolios, net worth, or P&L tracking - Token security/rug risk checks - Real-time price or whale alert streams (WebSocket) - Pay-per-request without an API key (x402 / agent-native payments) ## Instructions 1. **Check for MCP**: If `birdeye-mcp` tools are available in the environment, use them directly. 2. **Auth**: Two modes: - **API key** (default): Base URL `https://public-api.birdeye.so`, load key from `BIRDEYE_API_KEY`. - **x402 pay-per-request** (no API key): Base URL `https://public-api.birdeye.so/x402`, pay USDC per call. Use when agent has a Solana wallet but no API key. See `resources/x402.md`. 3. **Required headers** on every REST request: ``` X-API-KEY: <key> x-chain: solana ← do NOT put chain in the URL for REST calls Accept: application/json User-Agent: <anything> ← defensive — some older HTTP clients hit 403 without one ``` 4. **Pick the right endpoint** using this decision table: | User intent | Endpoint | |---|---| | Token ...

Details

Author
sendaifun
Repository
sendaifun/skills
Created
7 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

dexscreener

Expert assistant for DexScreener API — free, unauthenticated public API for current DEX pair data across 20+ chains (Solana, Ethereum, Base, BSC, TON, etc.). Use when the user wants: current price / volume / liquidity / market cap of any token on any chain, search a token by symbol/name/address, find all trading pairs for a token, check trending tokens, monitor token boosts / profiles / community takeovers, or pull quick pair data for multiple tokens at once. Not for: historical data (no archive — use Dune/Bitquery), real-time streaming (no WebSocket — use PumpPortal WS for pump.fun or direct RPC for others).

0 Updated yesterday
Vo1ganin
AI & Automation Listed

dexscreener

Expert assistant for DexScreener API — free, unauthenticated public API for current DEX pair data across 20+ chains (Solana, Ethereum, Base, BSC, TON, etc.). Use when the user wants: current price / volume / liquidity / market cap of any token on any chain, search a token by symbol/name/address, find all trading pairs for a token, check trending tokens, monitor token boosts / profiles / community takeovers, or pull quick pair data for multiple tokens at once. Not for: historical data (no archive — use Dune/Bitquery), real-time streaming (no WebSocket — use PumpPortal WS for pump.fun or direct RPC for others).

2 Updated yesterday
Vo1ganin
AI & Automation Solid

metengine-data-agent

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

126 Updated 2 weeks ago
sendaifun