Vault datasets

Sign up for the professional API key to download the vault data. Read data format documention.

For any question, contact us via email or Discord.

Dataset catalogue

NameDescriptionFormatSizeLast updatedLinks
Vault metadata

top_vaults_by_chain.json

Summary JSON for tracked vaults, including identity, chain, protocol, performance, fees and status fields.JSON34.7 MB
Vault prices

cleaned-vault-prices-1h.parquet

Share price, TVL history in Parquet format, suitable for offline analysis, chart generation, and backtesting-style workflows.Parquet146.0 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/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