Dataset catalogue
| Name | Description | Format | Size | Last updated | Links |
|---|---|---|---|---|---|
| Vault metadata top_vaults_by_chain.json | Summary JSON for tracked vaults, including identity, chain, protocol, performance, fees and status fields. | JSON | 34.7 MB | Documentation Download | |
| Vault prices cleaned-vault-prices-1h.parquet | Share price, TVL history in Parquet format, suitable for offline analysis, chart generation, and backtesting-style workflows. | Parquet | 146.0 MB | Documentation Download |
Download with curl
Programmatically access the data. Requires a valid API key you can enter above.
export TRADING_STRATEGY_API_KEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
# Vault metadata
curl -L "https://tradingstrategy.ai/trading-view/vaults/datasets/download/vault-metadata?api-key=$TRADING_STRATEGY_API_KEY" --output top_vaults_by_chain.json
# Vault prices
curl -L "https://tradingstrategy.ai/trading-view/vaults/datasets/download/vault-prices?api-key=$TRADING_STRATEGY_API_KEY" --output cleaned-vault-prices-1h.parquet