DeFi
Total Value Locked in DeFi (TVL)
GET
https://api.glassnode.com/v1/metrics/defi/total_value_locked
GET
https://api.glassnode.com/v1/metrics/defi/total_value_locked
The total value locked in all of DeFi. Source: DeFi Lama.
Authorizations
Query parameters
astringRequired
asset id - ETH
sintegerOptional
since, unix timestamp
uintegerOptional
until, unix timestamp
istringOptional
frequency interval - 24h
fstring · enumOptionalDefault:
format - csv, json
json
Possible values: timestamp_formatstring · enumOptionalDefault:
timestamp format - unix or humanized (RFC 3339)
unix
Possible values: Responses
200
Successful response
application/json
400
Bad Request - Invalid parameters or unsupported asset
application/json
401
Unauthorized - Invalid or missing API key
application/json
429
Too Many Requests - Rate limit exceeded
application/json
get
GET /v1/metrics/defi/total_value_locked HTTP/1.1
Host: api.glassnode.com
Accept: */*
[
{
"t": 1726790400,
"v": 47997659278.33963
}
]
Query Parameters
Name
Type
Description
a*
string
asset id - ETH
s
integer
since, unix timestamp
u
integer
until, unix timestamp
i
string
frequency interval - 24h
f
string
format - csv, json
timestamp_format
string
timestamp format - unix or humanized (RFC 3339)
[{"t":1726790400,"v":47997659278.33963}]
Last updated