Your agent's crypto prices are stale guesses; this returns current price, market cap, volume, and history.
Finance & Markets
Retrieves current prices, market data, and historical rates for cryptocurrencies. Covers thousands of coins and tokens with live spot quotes, 24-hour statistics, market cap, volume, and full price history. Use for portfolio snapshots, research, or tracking how any asset has moved over time.
You need a live, accurate crypto market reference instead of a stale guess from training data.
Placing trades or moving funds, reading a wallet's balance or transactions, NFT floor prices, fiat exchange rates, or investment advice.
Each is a sub-skill of Crypto Prices; the router picks the right one for your request.
information
Returns market data as structured fields in US dollars, not a downloadable file. Percentage change fields are percentages, not absolute amounts.
The request could mean one asset or many, or a current quote versus a history, and the right lookup is unclear.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/crypto/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What's Bitcoin trading at right now?"}}'Example requests