birdeye-api

Access Solana token market data via the Birdeye API using Python scripts.

266|54|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/agiprolabs/claude-trading-skills --skill birdeye-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: birdeye-api
Source: https://github.com/agiprolabs/claude-trading-skills/tree/main/skills/birdeye-api
Command: npx skills add https://github.com/agiprolabs/claude-trading-skills --skill birdeye-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, pandas, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides access to comprehensive market data for Solana tokens, enabling in-depth analysis, research, and informed trading decisions.

Core Features & Use Cases

  • Real-time & Historical Data: Fetch token prices, OHLCV candles, and trade history.
  • Token Insights: Retrieve detailed token overviews, security information, and top trader activity.
  • Use Case: Analyze the historical price action of a new Solana token using its OHLCV data to identify trends and potential entry/exit points for backtesting a trading strategy.

Quick Start

Get the current price for the SOL token by running the python script scripts/fetch_ohlcv.py with the token address for SOL.

Frequently Asked Questions about birdeye-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Solana token market data for trading insights?

You can fetch Solana token market data for trading insights by running Python scripts that access the Birdeye API to retrieve current prices, historical OHLCV candles, and trade history.

Can I analyze token liquidity and security risks on Solana?

Yes, you can analyze token liquidity and security risks on Solana by retrieving detailed token overviews and security information directly through the Birdeye API using the provided Python scripts.

How do I get historical OHLCV candles for a Solana token?

To get historical OHLCV candles for a Solana token, execute the `fetch_ohlcv.py` Python script with the specific token address to pull historical price action data from the Birdeye API.

Do I need an API key to retrieve Solana crypto prices?

Yes, you need a Birdeye API key to retrieve Solana crypto prices, as the Python scripts utilize the `python-dotenv` library to load credentials required for accessing the market data endpoints.

What is the best way to backtest a Solana trading strategy?

The best way to backtest a Solana trading strategy is to extract historical OHLCV data using this Skill, enabling you to identify price trends and calculate potential entry and exit points.

Can I track top trader behavior for Solana DeFi tokens?

Yes, you can track top trader behavior for Solana DeFi tokens by requesting trader activity data through the API, allowing you to analyze market behavior alongside token metadata.