✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Priceforagent

Get real-time prices for crypto, stocks, and commodities.

Rating
4.5 (395 reviews)
Downloads
1,678 downloads
Version
1.0.0

Overview

Get real-time prices for crypto, stocks, and commodities.

Complete Documentation

View Source →

Price for Agent

LLM-friendly price service for crypto, stocks, and commodities.

Base URL: https://p4ai.bitharga.com

Quick Start

1. Register for API Key

bash
curl -X POST https://p4ai.bitharga.com/v1/register \
  -H "Content-Type: application/json" \
  -d '{"agent_id": "my-agent"}'

Response:

json
{"api_key": "pfa_xxx...", "message": "API key generated successfully"}

2. Query Prices

Natural language:

bash
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:

bash
curl -H "X-API-Key: YOUR_KEY" https://p4ai.bitharga.com/v1/price/bitcoin

Batch:

bash
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"]}'

Supported Assets

TypeExamples
CryptoBTC, ETH, SOL, DOGE, XRP, BNB
StocksNVDA, AAPL, TSLA, GOOGL
CommoditiesGOLD, SILVER, OIL

Rate Limits

  • 2 requests per second per API key
  • Global limit: 10 million calls
  • Usage tracked via /v1/usage

Function Calling

bash
curl https://p4ai.bitharga.com/v1/function-schema

OpenAPI Spec

bash
curl https://p4ai.bitharga.com/v1/openapi.yaml

Response Format

json
{
  "pair": "BTC",
  "price": 70494.63,
  "ask": 70565.13,
  "bid": 70424.14,
  "currency": "USDT",
  "market": "open",
  "timestamp": 1770433814
}

Installation

Terminal bash

openclaw install priceforagent
    
Copied!

💻Code Examples

{"api_key": "pfa_xxx...", "message": "API key generated successfully"}

apikey-pfaxxx-message-api-key-generated-successfully.txt
### 2. Query Prices

**Natural language:**

-d '{"pairs": ["BTC", "ETH", "NVDA"]}'

--d-pairs-btc-eth-nvda.txt
## Supported Assets

| Type | Examples |
|------|----------|
| Crypto | BTC, ETH, SOL, DOGE, XRP, BNB |
| Stocks | NVDA, AAPL, TSLA, GOOGL |
| Commodities | GOLD, SILVER, OIL |

## Rate Limits

- 2 requests per second per API key
- Global limit: 10 million calls
- Usage tracked via `/v1/usage`

## Function Calling
example.sh
curl -X POST https://p4ai.bitharga.com/v1/register \
  -H "Content-Type: application/json" \
  -d '{"agent_id": "my-agent"}'
example.sh
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?"}'
example.sh
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"]}'
example.json
{
  "pair": "BTC",
  "price": 70494.63,
  "ask": 70565.13,
  "bid": 70424.14,
  "currency": "USDT",
  "market": "open",
  "timestamp": 1770433814
}

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity Multi-Agent
Author edibez
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install priceforagent