priceforagentGet real-time prices for crypto, stocks, and commodities. Use when the user asks about asset prices, market data, or needs to check the value of Bitcoin, Ethereum, stocks like NVDA/AAPL, or commodities like gold/silver. Supports natural language queries ("What's the price of Bitcoin?") and direct lookups.
Install via ClawdBot CLI:
clawdbot install edibez/priceforagentLLM-friendly price service for crypto, stocks, and commodities.
Base URL: https://p4ai.bitharga.com
curl -X POST https://p4ai.bitharga.com/v1/register \
-H "Content-Type: application/json" \
-d '{"agent_id": "my-agent"}'
Response:
{"api_key": "pfa_xxx...", "message": "API key generated successfully"}
Natural language:
curl -X POST https://p4ai.bitharga.com/v1/query \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "What is the price of Bitcoin and Ethereum?"}'
Direct lookup:
curl -H "X-API-Key: YOUR_KEY" https://p4ai.bitharga.com/v1/price/bitcoin
Batch:
curl -X POST https://p4ai.bitharga.com/v1/batch \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"pairs": ["BTC", "ETH", "NVDA"]}'
| Type | Examples |
|------|----------|
| Crypto | BTC, ETH, SOL, DOGE, XRP, BNB |
| Stocks | NVDA, AAPL, TSLA, GOOGL |
| Commodities | GOLD, SILVER, OIL |
/v1/usagecurl https://p4ai.bitharga.com/v1/function-schema
curl https://p4ai.bitharga.com/v1/openapi.yaml
{
"pair": "BTC",
"price": 70494.63,
"ask": 70565.13,
"bid": 70424.14,
"currency": "USDT",
"market": "open",
"timestamp": 1770433814
}
Generated Mar 1, 2026
Integrate this skill into a trading platform to display real-time prices of major cryptocurrencies like Bitcoin and Ethereum, enabling traders to make quick decisions based on current market data. It supports batch queries for efficient updates across multiple assets, ideal for dashboards tracking crypto portfolios.
Use this skill in a personal finance app to allow users to check stock prices (e.g., NVDA, AAPL) and commodity values (e.g., gold) via natural language queries, helping them monitor investments and plan budgets. The beginner-friendly API simplifies integration for apps targeting retail investors.
Embed this skill in news websites or financial blogs to provide up-to-date price data for assets mentioned in articles, enhancing content with real-time market insights. It supports direct lookups for quick retrieval, useful for journalists reporting on stock or crypto trends.
Integrate this skill into e-commerce platforms that accept cryptocurrency payments, using it to fetch real-time conversion rates for assets like Bitcoin to calculate accurate transaction values. The rate limits ensure reliable performance during checkout processes.
Incorporate this skill into educational apps or simulators to teach students about market dynamics by querying live prices for stocks and commodities. The natural language support makes it accessible for beginners learning financial concepts.
Offer free access with rate limits and charge for higher request volumes or premium features like historical data, targeting developers and small businesses. Revenue can come from subscription tiers based on usage, with the global limit encouraging upgrades.
License this skill as a white-label solution for fintech companies to embed price data into their own products, reducing development time. Revenue is generated through licensing fees or revenue-sharing agreements based on user adoption.
Use this skill to aggregate real-time prices from multiple sources and sell enriched data feeds to hedge funds or trading firms. Revenue comes from selling access to comprehensive market datasets with low latency.
💬 Integration Tip
Start by registering for an API key and test with simple natural language queries to ensure compatibility before scaling to batch requests for multiple assets.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.