Dataset catalogue
| Plan | Name | Description | Format | Size | Last updated | Links |
|---|---|---|---|---|---|---|
| Free | Vault metadata (sample) vault-metadata.sample.json | Limited data sample covering only vaults on the Ethereum blockchain | JSON | 13.8 MB | Documentation Download | |
| Free | Vault prices (sample) vault-historical.sample.parquet | Limited data sample covering only vaults on the Ethereum blockchain | Parquet | 24.7 MB | Documentation Download | |
| PRO | Vault metadata vault-metadata.json | Summary JSON for tracked vaults, including identity, chain, protocol, performance, fees and status fields. | JSON | 39.6 MB | Documentation Download | |
| PRO | Vault prices vault-historical.parquet | Share price, TVL history in Parquet format, suitable for offline analysis, chart generation, and backtesting-style workflows. | Parquet | 172.6 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 vault-metadata.json
# Vault prices
curl -L "https://tradingstrategy.ai/trading-view/vaults/datasets/download/vault-prices?api-key=$TRADING_STRATEGY_API_KEY" --output vault-historical.parquet