get
https://open-api-v3.coinglass.com/api/index/bitcoin-bubble-index
Response Data
{
"code": "0",
"msg": "success",
"data": [
{
"price": 0.0495,
"index": -29.59827206,
"googleTrend": 0.0287,
"difficulty": 181.543,
"transcations": 235,
"sentByAddress": 390,
"tweets": 0,
"date": "2010-07-17"
},
...
]
}| Field | Description |
|---|---|
| price | BTC pirce |
| index | Bitcoin bubble index |
| googleTrend | Bitcoin google trends |
| difficulty | Bitcoin difficulty |
| transcations | Bitcoin transcations |
| sentByAddress | Bitcoin sent by address |
| tweets | Bitcoin tweets |
| date | Time ,in seconds |
