Skip to main content
GET
/
vault
/
tvl
/
global
Get global TVL
curl --request GET \
  --url https://api.blend.money/vault/tvl/global
{
  "value": 1250000.5,
  "currency": "USD",
  "integration": "USX",
  "formattedValue": "$1.25M"
}

Response

Global TVL retrieved

value
number

TVL value in USD

Example:

1250000.5

currency
string

Always USD

Example:

"USD"

integration
string

Integration name or global

Example:

"USX"

formattedValue
string

Human-readable formatted value

Example:

"$1.25M"