Overview

api.webstrivamarket.com
System Uptime
Live Tickers
cached in Redis
Redis Hit Rate
Memory Usage
Redis Cache
MongoDB
Ingestion Workers

Quick Start

Use these endpoints to integrate with the WebStriva Market API. All market routes require an API key.

# Live prices
curl -H "x-api-key: YOUR_KEY" \
  "https://api.webstrivamarket.com/api/v1/markets/live?symbols=BTCUSDT,AAPL"

# Historical OHLC
curl -H "x-api-key: YOUR_KEY" \
  "https://api.webstrivamarket.com/api/v1/markets/history?symbol=BTCUSDT&resolution=1m&limit=100"

# Market sources
curl -H "x-api-key: YOUR_KEY" \
  "https://api.webstrivamarket.com/api/v1/markets/sources"
Total Pairs
Live Pairs
Providers
Asset Classes

Loading market sources...

Total Symbols
Live Feeds
Stale
With Candles
Symbol Name Class Price 24h % Bid / Ask Volume Source Updated Candles Status
Loading symbols...

Configure API keys for external market data providers. Keys are stored securely in MongoDB and workers restart automatically when you save.

Loading provider settings...

Manage API keys for downstream applications. Each key has an independent rate limit.

Name Key Rate Limit Requests Status Actions
Loading...