Luzia is shutting down on . New sign-ups are closed — the API stays available to existing customers until then.

Bitcoin
Built by Developers For Developers
Ethereum

Crypto Market Data
CEX + DEX, one API

Power trading bots, dashboards, and DeFi apps with unified market data across CEXs, DEXs, and tokenized real-world assets, stocks, treasuries, gold, and yield-bearing tokens. Sub-150ms & 99.9% uptime.

New: on-chain markets, tokenized stocks & RWAs
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

Connect your AI to our hosted MCP at mcp.luzia.dev — no install required. Paste the URL and your API key, and your AI can fetch real-time crypto prices, historical candles, and exchange data.

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",
"mcp-remote",
"https://mcp.luzia.dev/mcp",
"--header",
"Authorization:Bearer lz_your_api_key"
]
}
}
}

Paste the config, restart your client, and ask your AI about crypto prices — no local server required.

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.

On-Chain Markets

SolanaEthereum
DEX
Raydium · Uniswap · Curve

Live DEX pool prices from Raydium, Orca, Uniswap V3/V4, and Curve including tokenized stocks (xStocks) and RWAs, all through one REST and WebSocket API.

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.

New

Tokenized stocks, treasuries, and gold — alongside crypto

Tokenized stocks, RWAs, and tokenized gold (PAXG, XAUT) on Ethereum and Solana Market data served through the same REST and WebSocket API as BTC/USDT.

Tokenized stocks (Backed xStocks · Solana)
AAPLx/USDCApple
NVDAx/USDCNVIDIA
TSLAx/USDCTesla
GOOGLx/USDCAlphabet
SPYx/USDCS&P 500 ETF
Ondo Global Markets · Ethereum, BSC, Solana
MSFTon/USDMicrosoft
AMZNon/USDAmazon
METAon/USDMeta
NFLXon/USDNetflix
QQQon/USDNasdaq 100 ETF

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
  • 25 requests/minute
  • 1,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