ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

realtime-crypto-price-api

Real-time cryptocurrency price data API for Bitcoin, Ethereum, Solana and 10,000+ tokens. Get live prices, historical data, trending coins, and batch queries for trading bots and dashboards.

Why use this skill?

Integrate real-time crypto prices, historical data, and market trends for over 10,000 tokens into your OpenClaw agent today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/strykragent/realtime-crypto-price-api
Or

What This Skill Does

The realtime-crypto-price-api provides OpenClaw agents with instantaneous access to market data across more than 10,000 digital assets. By leveraging the PRISM API, which aggregates data from over 50 global exchanges, this skill ensures your AI agent has accurate, reliable, and up-to-date information for Bitcoin, Ethereum, Solana, and thousands of other tokens. It serves as a comprehensive toolset for fetching live spot prices, performing batch queries for portfolio monitoring, retrieving historical OHLCV (Open, High, Low, Close, Volume) data for technical analysis, and identifying trending market movements like top gainers and losers. Whether you are building a sophisticated automated trading bot, a custom dashboard, or a financial research assistant, this skill removes the complexity of integrating fragmented exchange data directly into your agent's workflow.

Installation

To integrate this skill into your agent, use the OpenClaw hub command:

clawhub install openclaw/skills/skills/strykragent/realtime-crypto-price-api

Alternatively, for local node-based development, you can install the underlying package directly via NPM:

npm install realtime-crypto-price-api

Use Cases

  • Automated Trading Bots: Monitor live price triggers and execute trades based on real-time market data.
  • Portfolio Dashboards: Automatically pull current valuations for diverse holdings in your wallet.
  • Financial Research: Analyze historical market cycles and OHLCV data to build trend-following models.
  • Market Alerts: Configure your agent to notify you instantly when top gainers or losers deviate significantly from historical norms.

Example Prompts

  1. "Check the current price of Ethereum and Solana, then tell me which one has had a better 24-hour performance."
  2. "Get the top 10 coins by market cap and list them in a table format for my daily market report."
  3. "Fetch the 30-day historical data for Pepe and identify the highest price point reached during this period."

Tips & Limitations

  • Rate Limiting: Ensure your agent logic includes basic error handling for API rate limits when performing batch queries on large lists of tokens.
  • Data Freshness: While the PRISM API is highly efficient, always check the timestamp of the returned data if your use case requires microsecond-precision trading.
  • Symbol Accuracy: The search method should be used if you are unsure of the specific ticker symbol to avoid API lookup errors.
  • Disclaimer: This skill provides data for informational purposes. Never use AI-driven data as the sole basis for high-stakes financial decisions without independent verification.

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-strykragent-realtime-crypto-price-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#finance#trading#market-data#api
Safety Score: 4/5

Flags: network-access, external-api