Skip to content

Fast Price API

Real-time exchange rates for fiat currencies and cryptocurrencies. Supports single conversions, bulk rate fetching, and symbol lookups — all with a single API key.

Available on RapidAPI: fast-price

Base URL

https://fast-price-exchange-rates.p.rapidapi.com

Authentication

Every request requires two RapidAPI headers:

http
X-RapidAPI-Key: YOUR_RAPIDAPI_KEY
X-RapidAPI-Host: fast-price-exchange-rates.p.rapidapi.com

Endpoint Index

Fiat

MethodEndpointDescription
GET/api/v1/convert-rates/fiat/fromExchange rates from a base fiat currency
GET/api/v1/convert-rates/fiat/toExchange rates to a quote fiat currency
GET/api/v1/fiat-symbolsList of supported fiat currency symbols

Crypto

MethodEndpointDescription
GET/api/v1/mini-crypto/pricesLive price list for all supported coins
GET/api/v1/convert-rates/crypto/fromExchange rates from a base to all crypto
GET/api/v1/convert-rates/crypto/toExchange rates from all crypto to a quote
GET/api/v1/crypto-symbolsList of supported crypto symbols

All Currencies

MethodEndpointDescription
GET/api/v1/convert-rates/all/fromRates from any base (fiat or crypto) to all assets
GET/api/v1/convert-rates/all/toRates from all assets to any quote

Convert

MethodEndpointDescription
GET/api/v1/convertConvert a specific amount to one or more currencies

Select Multiple

MethodEndpointDescription
GET/api/v1/ratesFetch rates for a selected set of currency pairs

Common Headers

HeaderRequiredValue
X-RapidAPI-KeyYesYour RapidAPI secret key
X-RapidAPI-HostYesfast-price-exchange-rates.p.rapidapi.com

Rate Limits

PlanPriceRequests / monthRate Limit
Basic$0501,000 / hour
Pro$10100,0005 / sec
Ultra$20500,00010 / sec
Mega$301,000,00020 / sec

Dokumentácia endpointov

Detailná dokumentácia každého endpointu je dostupná v sekcii Fast Price API v bočnom paneli.

Released under the MIT License.