Skip to main content
This guide explains how to integrate with TradingView using the Chaos Oracle API endpoints for historical and real-time price data.

Overview

The Chaos Oracle API provides two main endpoints for TradingView integration:
  • Historical Price Data (OHLC): Provides historical Open, High, Low, and Close prices for any given trading pair.
    See the Get TradingView Feeds Data endpoint for details.
  • Real-Time Price Stream: A WebSocket endpoint that streams real-time price updates for subscribed trading pairs.
    See the WebSocket API reference for details.
For detailed information on the API endpoints, including query parameters, example requests, and response formats, please refer to the API reference.
I