Vault datasets

Here you can find the vault information and historical performance datasets for analysis. The data can be read in LLM, Python, Microsoft Excel and other applications. See the pricing page for information on how to purchase an API key to unlock professional datasets.

Find the file and data description here. The page will also have instructions and examples for LLM agents on how to read and process this data.

Dataset catalogue

PlanNameDescriptionFormatSizeLast updatedLinks
FreeVault metadata (sample)

vault-metadata.sample.json

Limited data sample covering only vaults on the Ethereum blockchainJSON18.8 MB
FreeVault prices (sample)

vault-historical.sample.parquet

Limited data sample covering only vaults on the Ethereum blockchainParquet27.6 MB
ProVault metadata

vault-metadata.json

Summary JSON for tracked vaults, including identity, chain, protocol, performance, fees and status fields.JSON53.3 MB
ProVault prices

vault-historical.parquet

Share price, TVL history in Parquet format, suitable for offline analysis, chart generation, and backtesting-style workflows.Parquet184.3 MB

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/vaults/datasets/download/vault-metadata?api-key=$TRADING_STRATEGY_API_KEY" --output vault-metadata.json

# Vault prices
curl -L "https://tradingstrategy.ai/vaults/datasets/download/vault-prices?api-key=$TRADING_STRATEGY_API_KEY" --output vault-historical.parquet