Returns the current spot price, market cap, 24-hour trading volume, percentage change, and supply data for a single coin or token. Ambiguous or long-tail tickers are resolved before pricing to ensure the right asset is returned.
You want the live value of a single coin or token right now.
Pricing many assets at once, or a price from a past date.
0.1 credits / call
Set these inside the intent when you run it.
The coin or token to look up, by name or ticker symbol.
Current price in USD plus market cap, volume, 24-hour percentage change, circulating supply, and rank for the requested asset.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Crypto Prices skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/crypto/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"price","asset":"Bitcoin"}}'Example requests