Data Providers Skill

Fetch and unify Fogo token price data from multiple providers.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/costcurve/fogo-agent-kit --skill data-providers-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Data Providers Skill
Source: https://github.com/costcurve/fogo-agent-kit/tree/main/skills/data-providers
Command: npx skills add https://github.com/costcurve/fogo-agent-kit --skill data-providers-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch and unify price feeds and market data for Fogo tokens from Codex, Birdeye, DexScreener, CoinGecko, and CoinMarketCap to provide dependable signals for trading and development.

Core Features & Use Cases

  • Real-time price data from multiple providers with a single, consistent interface.
  • Historical OHLCV and token overview data for analysis and dashboards.
  • On-chain price retrieval from the Valiant pool for the most accurate valuation when needed.
  • WebSocket price updates and multi-source price convergence to improve reliability.

Quick Start

Install the Codex SDK and initialize a multi-source price fetcher to start querying Fogo prices immediately.

Frequently Asked Questions about Data Providers Skill

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

FAQPage Schema
How do I aggregate Fogo token price feeds from multiple blockchain data sources?

To aggregate Fogo token price feeds, fetch and unify real-time market data from Codex, Birdeye, DexScreener, CoinGecko, and CoinMarketCap using a single SDK interface. This handles API keys and rate limits to deliver reliable price signals.

What is the best way to get historical OHLCV data for Fogo tokens?

The best way to get historical OHLCV data for Fogo tokens is querying across multiple providers like Codex and Birdeye. This data aggregation approach supplies accurate token overviews and historical price charts for analysis and dashboards.

Can I retrieve on-chain Fogo price data from Valiant pools?

Yes, you can retrieve on-chain Fogo price data directly from the Valiant pool. This method provides the most accurate on-chain token valuation when needed, complementing off-chain data from sources like DexScreener and CoinGecko.

Does the Fogo data aggregator support WebSocket subscriptions for real-time price updates?

Yes, the Fogo data aggregator supports WebSocket price updates. This enables multi-source price convergence to improve reliability and deliver continuous, real-time market signals for trading and development.

How do I manage API keys and rate limits when querying multiple crypto market data providers?

When querying multiple crypto market data providers, manage API keys and rate limits by using a flexible SDK-based data aggregator. It exposes a unified interface that handles provider authentication and request throttling automatically.