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.Documentation Index
Fetch the complete documentation index at: https://tradewatch.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.- Protocol:
wss:// - Use case: Live trading dashboards, algorithmic trading, instant price alerts.
- View WebSocket Documentation
