Live market data updated every 4 hours

Real-Time Market Intelligence —
Delivered Automatically

TradesQuote tracks the top 100 cryptocurrencies, surfaces movers, and fires alerts straight to your app — with zero infrastructure on your end.

Get Your Free API Key View API Docs
BTC$67,420+2.4% ETH$3,512+1.8% SOL$182+5.3% BNB$601-0.9% ADA$0.62+3.1% AVAX$39.40-1.2% MATIC$0.88+4.7% LINK$18.20+6.2% DOT$8.91-2.1% ATOM$9.44+1.5% BTC$67,420+2.4% ETH$3,512+1.8% SOL$182+5.3% BNB$601-0.9% ADA$0.62+3.1% AVAX$39.40-1.2% MATIC$0.88+4.7% LINK$18.20+6.2% DOT$8.91-2.1% ATOM$9.44+1.5%
100
Coins tracked live
4h
Market refresh cycle
5%
Alert trigger threshold
99.9%
Uptime SLA (Pro+)

Everything your trading app needs

No scraping. No rate-limit headaches. No infrastructure. One API key and you're live.

📈

Live Quotes

Fetch real-time prices, 24h change, volume, and market cap for your entire watchlist in one request.

🏆

Market Summary

Top 10 gainers, losers, and volume leaders from the top 100 coins — pre-ranked and ready to display.

🔔

Price Alerts

Automatic alerts when any coin in your watchlist moves more than 5% in 24 hours. History stored and queryable.

🔑

API Key Auth

Simple Bearer token authentication. Register with just an email — no OAuth dance, no credit card to start.

Zero Dependencies

Pure stdlib. No pip install. No Docker. Runs anywhere Python 3.10+ is available — even inside your existing service.

🛡️

Reliable Caching

Market data cached locally. Your requests never hit rate limits — even if CoinGecko is having a bad day.

Simple. Predictable. RESTful.

Base URL: https://trades-quote.com

TradesQuote API
# 1. Register and get your API key
POST /api/register
{
  "email": "[email protected]",
  "watchlist": ["bitcoin", "ethereum", "solana"],
  "plan": "free"
}
→ { "api_key": "tq_abc123...", "user_id": 42 }

# 2. Get live quotes for your watchlist
GET /api/quotes
Authorization: Bearer tq_abc123...
→ { "coins": { "bitcoin": { "usd": 67420, "usd_24h_change": 2.4 } } }

# 3. Get pre-ranked market summary
GET /api/market-summary
→ { "top_gainers": [...], "top_losers": [...], "volume_leaders": [...] }

# 4. Check your alert history
GET /api/alerts/42
Authorization: Bearer tq_abc123...
→ { "alerts": [{ "coin_id": "solana", "direction": "up", "change_pct": 7.3 }] }

# 5. Update your watchlist anytime
POST /api/watchlist
Authorization: Bearer tq_abc123...
{ "watchlist": ["bitcoin", "avalanche-2", "chainlink"] }

Start free. Scale when you need to.

No usage-based billing surprises. Flat monthly pricing, cancel any time.

Enterprise
$39/mo
For production apps at scale
  • Unlimited watchlist coins
  • Full API access
  • Price alerts — all moves
  • Priority support
  • 99.9% uptime SLA
  • Dedicated rate limits
Get Started
Free
$0/mo
Try it with no commitment
  • 5 watchlist coins
  • Live quotes endpoint
  • Market summary
  • Price alerts
  • Priority support
  • Dedicated rate limits
Get Free Key