Skip to main content

LTH Realized Price

lth-realized-price

Chart: LTH Realized Price

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_realized_pricestringLong Term Holder Realized Price value

Example Request

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

Example Request with Latest

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

Example Output

{
"data": [
[
"2025-05-05",
"28902.37"
],
[
"2025-05-06",
"28985.75"
],
[
"2025-05-07",
"29041.59"
]
]
}