← All skills

Crypto Prices

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.

Use when

You need a live, accurate crypto market reference instead of a stale guess from training data.

Not for

Placing trades or moving funds, reading a wallet's balance or transactions, NFT floor prices, fiat exchange rates, or investment advice.

What you can do

Each is a sub-skill of Crypto Prices; the router picks the right one for your request.

What you get back

information

Returns market data as structured fields in US dollars, not a downloadable file. Percentage change fields are percentages, not absolute amounts.

When it checks with you first

The request could mean one asset or many, or a current quote versus a history, and the right lookup is unclear.

Run it

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

  • What's Bitcoin trading at right now?
  • What are the current prices of Bitcoin, Ethereum, and Solana?
  • How has Bitcoin's price changed over the past year?
  • Which token is USDC on Ethereum versus Solana?