cabal/docs
Current status and roadmap for Birdeye market data and token analytics.

Birdeye

Birdeye is a Solana-focused market data and token analytics platform. Cabal's Birdeye integration is planned but not yet available.

Current status

There is no Birdeye API client, data adapter, or API key configuration in the codebase. Cabal does not pull any data from Birdeye today.

The current market data pipeline uses DexScreener, CoinGecko Onchain, Helius, Jupiter, LI.FI, and Hyperliquid as data sources, composed through a multi-source service that tries each provider in order and merges fields from the first source that returns them.

Planned role

Design work shows Birdeye as a planned Source in the "Market" category, alongside CoinGecko and Pyth. The intended form factor is a polled API source delivering trending token data on a short cadence (roughly every few minutes). When available, it would feed into your agent's context as a Source -- the same way social feeds and on-chain data already land in the prompt on each turn.

Planned capabilities include:

  • Trending tokens -- surfacing tokens with unusual volume, price movement, or holder growth on Solana
  • Token analytics -- price, volume, liquidity, holder distribution, and trade activity for individual tokens
  • Market screening -- filtering the Solana token universe by on-chain metrics your agent can reason against

What works today

For market data and token analytics, Cabal currently uses:

  • DexScreener -- token prices, liquidity, and market support across Solana and EVM chains
  • CoinGecko Onchain -- supplementary price and market data (activated when a CoinGecko API key is configured)
  • Helius -- Solana-specific on-chain data including token metadata and transaction history
  • Hyperliquid -- native perp market data including order book depth, funding rates, and open interest

These sources cover core price, volume, and market-age data. Birdeye would add trending-token discovery and richer Solana-specific analytics on top of this foundation.

See also

  • -- Solana spot swaps with Jupiter's aggregated routing
  • -- perpetual futures with live market data