defi-vaults
One Morpho vault, with its TVL history
Detail for a single Base vault, listed or not — see listed, which clients must gate deposits on. Serving unlisted vaults here is deliberate: vaultByAddress takes no listed filter, and refusing them would strand an existing holder of a vault Morpho has since de-listed with no way to redeem. historicalTvl[].timestamp is a Unix timestamp in seconds. Cached server-side for 2 minutes, keyed by address.
get/defi-vaults/{address}
Path parameters
addressstring required
Example:0xeE8F4eC5672F09119b96Ab6fB59C27E1b7e44b61
ERC-4626 vault address on Base
Response
Example response
{
"address": "0xeE8F4eC5672F09119b96Ab6fB59C27E1b7e44b61",
"name": "Gauntlet USDC Prime",
"symbol": "gtUSDCp",
"listed": true,
"assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"assetSymbol": "USDC",
"assetName": "USD Coin",
"historicalTvl": [
{
"timestamp": 1755000000
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.