pinion-price

Returns USD price, 24h change, liquidity for Base tokens via Birdeye or CoinGecko fallback.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill pinion-price
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinion-price
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-pinion-os/skills/price
Command: npx skills add https://github.com/nirholas/agenti --skill pinion-price

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide real-time USD price data for tokens on the Base network using Birdeye as the primary source with CoinGecko as fallback.

Core Features & Use Cases

  • Real-time pricing: Retrieve current prices, 24h changes, and liquidity for Base tokens.
  • Multi-source reliability: Primary Birdeye data with CoinGecko fallback for resilience.
  • Use Case: Integrate into trading dashboards, portfolio trackers, or automated bots that react to price movements.

Quick Start

Query the current price for a Base token.

Frequently Asked Questions about pinion-price

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

FAQPage Schema
How do I get real-time USD prices for Base network tokens?

To get real-time USD prices for Base network tokens, query by token symbol or Base contract address. The Skill returns priceUSD, change24h, and liquidity using Birdeye as the primary source with CoinGecko as fallback.

Can I retrieve Base token prices using a contract address instead of a symbol?

Yes, you can retrieve Base token prices using a contract address. The Skill accepts either a token symbol or a Base network contract address to fetch the current USD price, 24h change, and liquidity data.

What data sources are used for Base token price automation if Birdeye fails?

For Base token price automation, CoinGecko is used as a fallback data source if Birdeye fails. This multi-source approach ensures continuous price data availability for trading dashboards and automated bots.

Does querying Base token prices via API require payment?

Yes, querying Base token prices via API requires payment via x402 for the first call. Subsequent requests return real-time USD price data, 24h changes, and liquidity metrics from Birdeye or CoinGecko.

What market data is included when I fetch USD prices for Base tokens?

When you fetch USD prices for Base tokens, the returned data includes priceUSD, change24h, liquidity, and the data source. This supports price-aware automation and portfolio tracker integration.