cURL
curl --request GET \ --url https://beta.rocketfi.io/vault_stats
{ "vaultStats": [ { "address": "<string>", "stats": { "APR": 123, "APR30d": 123, "APRTimeRange": 1, "CurrentTVL": 123, "apr_30d_data_time_range": 1, "balances": {}, "creationTimestamp": 1, "depositors": 1, "statsForTimeRange": { "avgReturns": 123, "dailyValues": [ { "nav": 123, "return": 123, "returnAbsolute": 123, "timestamp": 1, "tvl": 123 } ], "maxDrawdown": 123, "returnsVolatility": 123, "sharpeRatioDaily": 123 } } } ] }
Comma-separated list of vault addresses (e.g., "0xABC...,0xDEF...")
An Ethereum-style account address (20 bytes).
x >= 0
Vault stats by vault address
Show child attributes