Track Real-Time Crypto Prices
Get live cryptocurrency prices for any token across major exchanges.
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.
Get current price for one or more cryptocurrencies in any fiat or crypto currency. Returns price, 24h change, market cap, and volume.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "crypto-prices",
"skill": "price",
"input": {
"coins": "bitcoin,ethereum"
}
}' \
https://api.toolrouter.com/v1/tools/callGet detailed market data for a cryptocurrency including all-time high, circulating supply, market cap rank, price change over multiple periods, and community data.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "crypto-prices",
"skill": "market_data",
"input": {
"coin": "bitcoin"
}
}' \
https://api.toolrouter.com/v1/tools/callGet the top trending cryptocurrencies based on search popularity in the last 24 hours. Useful for identifying market momentum and emerging interest.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "crypto-prices",
"skill": "trending",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callSearch for cryptocurrencies by name or symbol. Returns matching coins with their IDs for use in other skills like price lookup and market data.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "crypto-prices",
"skill": "search",
"input": {
"query": "solana"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"crypto-prices","skill":"price","input":{}}' \
https://api.toolrouter.com/v1/tools/callGet live cryptocurrency prices for any token across major exchanges.
Calculate the current value of your crypto holdings by pulling live prices for all tokens in your portfolio.
Convert product prices and service fees between currencies for international customers, invoices, and price lists.
Search the SEC EDGAR database for specific company filings including 10-Ks, 10-Qs, 8-Ks, and other regulatory disclosures.
Research investment opportunities across stocks and crypto with SEC filings analysis and visual performance comparisons.
Research cryptocurrency investments by analyzing market data, tracking news sentiment, evaluating project fundamentals, and charting performance.
Yes. You can search by either name or ticker.
Yes. It includes 24 hour change, all time high, supply, and broader market data.
Yes. Trending coins are part of the tool's core output.
Yes. It is designed for real-time crypto market data.