Skip to main content
Equivalent to SDK’s getVaultTVL().

Endpoint

Query Parameters

ParameterTypeRequiredDescription
filterstringYesFilter expression — must include vaultAddress=0x.... Optionally add AND chainId=1
includeCurrentstringNoSet to true to include the current (real-time) TVL entry
orderByTimestampstringNoSort order: desc (newest first) or asc
pageSizeintNoResults per page (use 1 for latest only)

Example Request

Response

Response Types

FieldTypeDescription
vaultAddressaddressBoringVault address
chainIdintChain ID
tvlstringTotal value locked as a decimal string (USD denominated)
timestampstringISO 8601 timestamp of the TVL measurement