PriceAPI

Free real-time crypto price API. No key. No sign-up. 60-second cache.

FreeNo AuthJSON60s cacheCoinGecko data

Endpoints

GET/price/:coin

Get price of a single coin in USD. Supports BTC, ETH, SOL, and 100+ others. Use ticker or name.

GET /price/btc → { "price": 64230, "change_24h": 2.3, ... }
Try BTC Try ETH Try SOL
GET/price/:coin?vs=eur

Get price in any currency. Supports usd, eur, gbp, jpy, btc, eth, and more.

GET /price/bitcoin?vs=eur
Try it
GET/prices?coins=btc,eth,sol

Get prices for multiple coins at once. Comma-separated list.

GET /prices?coins=bitcoin,ethereum,solana
Try it
GET/health

Health check.

Try

Supported Coins (short list)

BTC, ETH, SOL, BNB, ADA, XRP, DOT, DOGE, MATIC, LINK, AVAX, LTC, UNI, ATOM, NEAR, TRX, USDT, USDC

Example Response

GET /price/bitcoin { "id": "bitcoin", "vs_currency": "usd", "price": 64230, "price_formatted": "$64,230", "change_24h": 2.35, "market_cap": 1260000000000, "timestamp": "2026-02-28T05:00:00.000Z", "source": "CoinGecko" }

More free APIs — no key required:

TextAPI QR Code API Short URL API

⚡ WatchDog — Monitor Website Changes →