Send your API key via the
X-API-Key header. See Authentication.Overview
Return a vault’s TVL over time, bucketed at a configurable interval. The endpoint is keyed by chain ID plus vault address and backed by Turtle’s on-chain vault-metrics indexer.TVL over time
EVM chain ID (e.g.
1 for Ethereum).0x-prefixed, 40-hex vault contract address.
Bucket width in seconds. Defaults to
86400 (1 day).Start of range, Unix seconds, inclusive. Defaults to
now - 30 days.End of range, Unix seconds, inclusive. Defaults to
now.The vault’s underlying token.
null when the vault has not been indexed yet, or its token is not registered.Ordered list of TVL buckets.
Bucket representative time, Unix seconds.
On-chain block number of the snapshot chosen as the bucket representative.
TVL for the bucket.
tvl.native is denominated in the base asset; tvl.usd is the USD value, or null when no USD price was available for that bucket.
