get https://open-api-v3.coinglass.com/api/bull-market-peak-indicator
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"name": "Bitcoin Ahr999 Index",
"value": "0.73",
"targetValue": "4",
"prevValue": "0.77",
"change": "-0.0394374933536604",
"type": ">=",
"hit": false
},
{
"name": "Pi Cycle Top Indicator",
"value": "78784.0",
"targetValue": "150270",
"prevValue": "80751.0",
"change": "-1967.0",
"type": ">=",
"hit": false
},
......
Field | Description |
---|---|
change24h | 24-hour change |
hit | Whether the target is triggered |
indicName | Indicator name |
prevValue | Previous value |
targetValue | Target value |
type | Comparison type |
currentValue | Current value |