Skip to main content

Hashprice

hashprice

Chart: Hashprice

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
1hashpricestringHashprice value

Example Request

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

Example Request with Latest

https://charts.bitbo.io/api/v1/hashprice/?latest=true

Example Output

{
"data": [
[
"2025-05-05",
"58.33641601815224130000000000000000"
],
[
"2025-05-06",
"59.83578578686637120000000000000000"
],
[
"2025-05-07",
"60.15945125845912130000000000000000"
]
]
}