get https://open-api-v4.coinglass.com/api/bull-market-peak-indicator
This endpoint provides a list of Bull Market Peak Indicators
Cache / Update Frequency: every day for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ✅ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"indicator_name": "Bitcoin Ahr999 Index", // Indicator name
"current_value": "0.78", // Current value
"target_value": "4", // Target value
"previous_value": "0.77", // Previous value
"change_value": "0.0009811160359081", // Change value
"comparison_type": ">=", // Comparison type
"hit_status": false // Hit status (whether the target condition is met)
},
{
"indicator_name": "Pi Cycle Top Indicator", // Indicator name
"current_value": "85073.0", // Current value
"target_value": "154582", // Target value
"previous_value": "85127.0", // Previous value
"change_value": "-54.0", // Change value
"comparison_type": ">=", // Comparison type
"hit_status": false // Hit status (whether the target condition is met)
}
]
}