Skip to main content

LTH Supply

lth-supply

Chart: LTH Supply

Parameters

NameTypeDescriptionRequired
start_datestringStart date in YYYY-MM-DD formatNo
end_datestringEnd date in YYYY-MM-DD formatNo
latestboolIf true, returns the current valueNo

Output

IndexNameTypeDescription
0datestringDate in YYYY-MM-DD format
1lth_supplystringLong Term Holder Supply value (in millions)

Example Request

https://charts.bitbo.io/api/v1/lth-supply/?start_date=2025-05-05&end_date=2025-05-07

Example Request with Latest

https://charts.bitbo.io/api/v1/lth-supply/?latest=true

Example Output

{
"data": [
[
"2025-05-05",
"14.986794"
],
[
"2025-05-06",
"14.985977"
],
[
"2025-05-07",
"14.988078"
]
]
}