crypto/price

Current price, market cap, 24-hour volume and change for a single coin or token.

0.1 credits / call ($0.0001)
charged on success

What it does

Returns the current market data for one cryptocurrency: price in USD, market cap, 24-hour volume, 24-hour price change, and rank.

Primary use cases

  • Answering "what is Bitcoin worth right now" and similar live-price questions.
  • Reading a coin's 24-hour change and volume.
  • Valuing a holding at the current price.

Good to know

Identify the asset by symbol (e.g. BTC, ETH) or by asset name (e.g. Bitcoin, Ethereum). For a token that exists on multiple chains, pass blockchain to disambiguate. Price is a market reference in USD.

Parameters

assetstringoptional

Coin/token name, e.g. Bitcoin, Ethereum. Use instead of, or with, symbol.

symbolstringoptional

Coin/token symbol, e.g. BTC, ETH, SOL.

blockchainstringoptional

Optional chain to disambiguate a token that exists on several (e.g. Ethereum, Solana, Base).

crypto/price — Faro