Total Value Locked (TVL)
What is this endpoint for?
This endpoint receives information on the Total Value Locked (TVL) of all DeFi protocols covered by Kaiko.
Endpoint
https://us.market-api.kaiko.io/v2/data/tvl/Parameters
Parameter
Required
Description
Example
protocol
No
The desired protocol code.
If not specified, the endpoint will return the list of all protocol codes.
aave
start_date
No
Starting date in YYYYMMDD (inclusive).
20230125
end_date
No
Ending date in YYYYMMDD (exclusive).
20230126
sort
No
If asc, sort time-series in ascending. If desc, sort time-series in descending.
Default: desc
asc
Fields
Field
Description
Example
timestamp
Timestamp at which the interval begins.
1763856000
protocol_name
Protocol name.
Aave
protocol_code
Protocol code.
aave
tvl
Total value locked (TVL) in USD.
5.04046e+10
Request examples
Response example
Last updated
Was this helpful?
