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

Query Parameters

integration
enum<string>
required

Integration type

Available options:
USX,
BOTANIX,
ETH,
ARB,
POLYGON,
SCROLL

Response

Integration 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"