get
https://open-api-v4.coinglass.com/api/futures/indicators/boll
This endpoint provides Bollinger Bands (BOLL) for trading pairs .
Cache / Update Frequency: Real time 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",
"data": [
{
"time": 1759287600000,
"mb_value": 114209.633,
"ub_value": 114626.49,
"lb_value": 113792.776
},
{
"time": 1759291200000,
"mb_value": 114200.6,
"ub_value": 114611.931,
"lb_value": 113789.269
},
}
