Skills/Crypto Prices/Price one asset

Price one asset

0.1 credits / call

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.

Use when

You want the live value of a single coin or token right now.

Not for

Pricing many assets at once, or a price from a past date.

Cost

0.1 credits / call

What it accepts

Set these inside the intent when you run it.

assetrequired

The coin or token to look up, by name or ticker symbol.

What you get back

Current price in USD plus market cap, volume, 24-hour percentage change, circulating supply, and rank for the requested asset.

Run it

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

  • What's Bitcoin trading at right now?
  • What is the current price of Ethereum?
  • How much is Solana worth today?