Bitcoin
Built by Developers For Developers
Ethereum

Crypto prices. One API
Blazing fast

Real-time cryptocurrency prices from Binance, Coinbase, and all major exchanges. Sub-150ms response times. 99.9% uptime. Start building in minutes.

LuzielMeet Luziel — your crypto assistant on Telegram
150ms
Avg response time
99.9%
Uptime guarantee
10M+
Requests/month

Three lines. That's it.

No complex setup. No configuration headaches. Get real-time crypto prices with a simple API call. We handle the complexity of connecting to exchanges, normalizing data, and caching for speed.

  • Unified response format across all exchanges
  • Automatic retries and failover
  • Built-in rate limiting protection
app.ts
import { Luzia } from '@luziadev/sdk'
const luzia = new Luzia('lz_your_api_key')
// Get BTC price from Binance
const ticker = await luzia.ticker('binance', 'BTC-USDT')
console.log(ticker.last) // 43,250.50
or use cURL
terminal
curl -H "Authorization: Bearer lz_xxx" \
https://api.luzia.dev/v1/ticker/binance/BTC-USDT
MCP Server

Give your AI agent live market data

Luzia ships a native Model Context Protocol server. Paste the config, restart your client, and your AI can fetch real-time crypto prices, historical candles, and exchange data — no glue code required.

5 tools, ready to use:

get_ticker

Real-time price for any trading pair

get_tickers

Batch prices across exchanges

get_history

OHLCV candles for technical analysis

get_exchanges

List supported exchanges and status

get_markets

Available trading pairs per exchange

claude_desktop_config.json
{
"mcpServers": {
"luzia": {
"command": "npx",
"args": ["-y", "@luziadev/mcp-server", "--stdio"],
"env": {
"LUZIA_API_KEY": "lz_your_api_key"
}
}
}
}

Paste the config, restart your client, and ask your AI about crypto prices.

Built for speed and reliability

Every millisecond matters in crypto. We obsess over performance so you can focus on building.

Blazing Fast

<150ms
avg response

Sub-150ms response times with multi-level caching. Your users get real-time prices instantly.

Top Markets

BitcoinUSDCEthereumSolana
500+
markets

Access Bitcoin, Ethereum, Solana, and hundreds more trading pairs across all major exchanges.

Historical Data

6
intervals

OHLCV candlestick data from 1-minute to 1-day. Build charts, backtest strategies, and analyze trends.

Multiple Exchanges

BinanceCoinbaseKraken
5+
exchanges

Binance, Coinbase, Kraken and more. One API to access prices across all major exchanges.

Developer Friendly

3 lines
to integrate

Clean REST API, comprehensive docs, and SDKs for JavaScript, Python, and more.

Agentic First

MCP Ready
integration

Built for AI agents with native Model Context Protocol support. Integrate with Claude Desktop, Cursor, and other AI tools.

Usage Dashboard

Real-time
monitoring

Track your API usage in real-time. Monitor requests, rate limits, and costs with detailed analytics and usage history.

What you can build

Developers use Luzia to power all kinds of crypto applications. Here are some ideas.

Portfolio Trackers

Build real-time portfolio apps that show users their holdings value across exchanges.

Trading Bots

Power algorithmic trading with reliable, fast price feeds from multiple sources.

Price Alerts

Create price alert services that notify users when assets hit target prices.

Charts & Backtesting

Build candlestick charts and backtest trading strategies with historical OHLCV data.

Analytics dashboards, DeFi apps, price alerts, telegram bots, and more...

See More Examples

Clean, predictable responses

Every response follows the same format, regardless of which exchange you're querying. No more dealing with inconsistent APIs or complex data transformations.

  • Consistent data structure across exchanges
  • ISO timestamps and standard number formats
  • Clear error codes and messages
  • Rate limit headers included

Simple, transparent pricing

Start free, upgrade when you need more. No hidden fees.

Free

Perfect for prototyping and small projects

$0
  • 100 requests/minute
  • 5,000 requests/day
  • Real-time ticker data
  • All exchanges supported
  • 30-day historical data
  • Community support
Start Free
Most Popular

Pro

For production apps and serious developers

$29.99/month
  • 1,000 requests/minute
  • 20,000 requests/day
  • Real-time ticker data
  • Priority support
  • WebSocket Access
  • 90-day historical data
  • OHLCV candles (1m to 1d)
Get Started
Enterprise

Enterprise

For high-volume applications and organizations

Custom
  • Unlimited requests/minute
  • Unlimited requests/day
  • Dedicated infrastructure
  • Custom SLA & uptime guarantees
  • 24/7 dedicated support
  • Custom integrations
  • Unlimited historical data
  • OHLCV candles (1m to 1d)
  • On-premise deployment option
Contact Sales

FAQs

Everything you need to know about Luzia. Can't find what you're looking for? Reach out to us.

Ready to build?

Get your free API key in seconds. No credit card required. Start building your crypto app today.

Get Free API Key