Skip to main content

STH Realized Price

sth-realized-price

Chart: STH 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
1sth_realized_pricestringValue of the STH Realized Price

Example Request

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

Example Request with Latest

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

Example Output

{
"data": [
[
"2025-05-07",
"93556.08"
],
[
"2025-05-08",
"93824.59"
],
[
"2025-05-09",
"94041.79"
]
]
}