getVaultTVL().
Endpoint
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
filter | string | Yes | Filter expression — must include vaultAddress=0x.... Optionally add AND chainId=1 |
includeCurrent | string | No | Set to true to include the current (real-time) TVL entry |
orderByTimestamp | string | No | Sort order: desc (newest first) or asc |
pageSize | int | No | Results per page (use 1 for latest only) |
Example Request
Response
Response Types
| Field | Type | Description |
|---|---|---|
vaultAddress | address | BoringVault address |
chainId | int | Chain ID |
tvl | string | Total value locked as a decimal string (USD denominated) |
timestamp | string | ISO 8601 timestamp of the TVL measurement |