Skip to main content
TradeWatch provides programmatic access to real-time and historical financial data. The platform aggregates market data from multiple sources and normalizes it into a unified API surface.

Supported Assets

Data is available for the following asset classes:
  • Currencies: Fiat exchange rates (Forex).
  • Crypto: Digital cryptocurrency pairs.
  • Indices: Major global stock indices.
  • Stocks: Equities from global exchanges.
  • Commodities: Metals, energy, and agricultural products.

API Interfaces

The platform exposes two primary interfaces:

REST API

Standard HTTP API for retrieving historical data, snapshots, and metadata.
  • Base URL: https://api.tradewatch.io (Check documentation for specific endpoints)
  • Use case: On-demand data retrieval, historical analysis, system synchronization.
  • View HTTP API Documentation

WebSocket API

Persistent connection for streaming real-time market updates.

Integration

Authentication is handled via API keys. See the Authentication guide for implementation details.