Tables
Related Tables
agent.arbitrum_dex_tradesagent.base_dex_tradesagent.ethereum_dex_tradesagent.ethereum_erc20
Sample Queries
1. ETH daily price for the last 30 days
Table Schemas
agent.ethereum_prices_day
Daily token prices combining CoinGecko hourly snapshots and DEX VWAP calculations. One row per (contract_address, block_date, source). Prefer source=‘coingecko’ when available.
Engine: MergeTree | Partition: toYYYYMM(block_date) | ORDER BY: contract_address, block_date
agent.base_prices_day
Daily token prices combining CoinGecko hourly snapshots and DEX VWAP calculations. One row per (contract_address, block_date, source). Prefer source=‘coingecko’ when available.
Engine: MergeTree | Partition: toYYYYMM(block_date) | ORDER BY: contract_address, block_date
agent.arbitrum_prices_day
Daily token prices combining CoinGecko hourly snapshots and DEX VWAP calculations. One row per (contract_address, block_date, source). Prefer source=‘coingecko’ when available.
Engine: MergeTree | Partition: toYYYYMM(block_date) | ORDER BY: contract_address, block_date