Calculate Total Value Locked (TVL) for a lending pool
Calculate the Total Value Locked (TVL) in USD for a lending pool.
post/tvl
Request body
Example request
{
"pool_address": "0x1234567890123456789012345678901234567890",
"lp_token_address": "0x1234567890123456789012345678901234567890",
"chain": "ethereum"
}Response
TVL calculation response
Example response
{
"success": true,
"tvl": {
"tvl": 1234567.89,
"network_id": "ethereum",
"pool_address": "0x1234567890123456789012345678901234567890"
}
}