Tools / Crypto Prices
Crypto Prices icon

Crypto Prices

Live crypto prices and market data

Real-time cryptocurrency prices, market data, and trending coins. Look up prices with 24h changes, drill into detailed stats like ATH and supply, and discover trending coins. Search any coin by name or ticker.

4 skillsv0.03
Crypto Price

Get current price for one or more cryptocurrencies in any fiat or crypto currency. Returns price, 24h change, market cap, and volume.

Returns: Current price, market cap, 24h volume, and 24h change percentage for each requested coin
Parameters
coins *stringComma-separated coin IDs (e.g. "bitcoin,ethereum")
currencystringTarget currency for prices (e.g. "usd", "eur", "gbp")
Example
Get Bitcoin and Ethereum prices in USD
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "crypto-prices",
  "skill": "price",
  "input": {
    "coins": "bitcoin,ethereum"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Market Data

Get detailed market data for a cryptocurrency including all-time high, circulating supply, market cap rank, price change over multiple periods, and community data.

Returns: Comprehensive market data including price, market cap rank, volume, price changes over 24h/7d/30d, all-time high, and supply information
Parameters
coin *stringCoin ID (e.g. "bitcoin", "ethereum", "solana")
currencystringTarget currency for price data (e.g. "usd", "eur", "gbp")
Example
Detailed market data for Bitcoin
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "crypto-prices",
  "skill": "market_data",
  "input": {
    "coin": "bitcoin"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Trending Coins

Get the top trending cryptocurrencies based on search popularity in the last 24 hours. Useful for identifying market momentum and emerging interest.

Returns: List of trending coins with name, symbol, market cap rank, BTC price, and popularity score
Example
Get trending cryptocurrencies
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "crypto-prices",
  "skill": "trending",
  "input": {}
}' \
  https://api.toolrouter.com/v1/tools/call
Search Coins

Search for cryptocurrencies by name or symbol. Returns matching coins with their IDs for use in other skills like price lookup and market data.

Returns: List of matching coins with IDs that can be used in the price and market_data skills
Parameters
query *stringSearch term — coin name or symbol (e.g. "solana" or "SOL")
Example
Search for Solana
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "crypto-prices",
  "skill": "search",
  "input": {
    "query": "solana"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.032026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.022026-03-20
  • Remove provider branding from user-facing output
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"crypto-prices","skill":"price","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Monitor Crypto Portfolio Value

Monitor Crypto Portfolio Value

Calculate the current value of your crypto holdings by pulling live prices for all tokens in your portfolio.

Crypto Prices icon
Crypto Prices
4 agent guides
Open Convert International Pricing

Convert International Pricing

Convert product prices and service fees between currencies for international customers, invoices, and price lists.

Currency Exchange icon
Currency Exchange
4 agent guides
Open Research Company Filings

Research Company Filings

Search the SEC EDGAR database for specific company filings including 10-Ks, 10-Qs, 8-Ks, and other regulatory disclosures.

SEC Filings icon
SEC Filings
4 agent guides
View all use cases for Crypto Prices

Workflows

Open Investment Research Suite

Investment Research Suite

Research investment opportunities across stocks and crypto with SEC filings analysis and visual performance comparisons.

Stock Market icon
Stock Market
Crypto Prices icon
Crypto Prices
SEC Filings icon
SEC Filings
Generate Chart icon
Generate Chart
4 steps4 tools
Open Crypto Investment Research

Crypto Investment Research

Research cryptocurrency investments by analyzing market data, tracking news sentiment, evaluating project fundamentals, and charting performance.

Crypto Prices icon
Crypto Prices
Web Search icon
Web Search
Deep Research icon
Deep Research
Generate Chart icon
Generate Chart
4 steps4 tools

Frequently Asked Questions

Can I look up a coin by ticker or name?

Yes. You can search by either name or ticker.

Does it show more than price?

Yes. It includes 24 hour change, all time high, supply, and broader market data.

Can it surface trending coins?

Yes. Trending coins are part of the tool's core output.

Is the pricing live?

Yes. It is designed for real-time crypto market data.