Use cases

Crypto + fiat rates

Blend top cryptocurrency prices with 160+ fiat currencies from a single API (Pro and above).

Example

A portfolio app shows holdings in BTC, ETH and USD side by side. You read crypto prices and fiat rates from the same API, with the same key and response shape.

# Top crypto prices in USD
curl "https://rate-api.com/api/v1/YOUR_KEY/crypto?symbols=BTC,ETH"
Endpoints:
/crypto
/latest

Why Rate-API

  • Top coins by market cap with 24h change via /crypto.
  • Same auth, same envelope as the fiat endpoints.
  • USD-based prices that are easy to convert onward.