🌐Data Source
This section describes the raw data providers that supply market, liquidity, and pricing inputs. These data sources form the foundation on which technical indicators and higher-level agent reasoning.
Agent strategies rely on a combination of market, liquidity and pricing data aggregated from trusted third-party providers. These data sources supply the foundational signals used by both technical indicators and higher-level AI decision layers.
The current supported data sources include:
CoinGecko Provides broad market coverage, token metadata, historical price data, market capitalization and volume metrics used for baseline market awareness and cross-asset comparisons.
GeckoTerminal Supplies real-time and historical DEX liquidity, pool-level data and on-chain trading activity, enabling agents to reason about depth, slippage and decentralized market dynamics.
Supra Oracle (real-time pricing) Delivers low-latency, tamper-resistant price feeds for accurate execution, strategy validation and synchronization between on-chain actions and off-chain signals.
Data from these providers is normalized and abstracted before use; agents and strategies do not interact with external APIs directly.
Last updated