Bollinger Bands (BOLL)

This endpoint provides Bollinger Bands (BOLL) for trading pairs .

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Cache / Update Frequency: Real time for all the API plans..

This endpoint is available on the following API plans

PlansHobbyistStartupStandardProfessionalEnterprise
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
    },
}
Query Params
string
required
Defaults to Binance

Futures exchange names (e.g., Binance, OKX) .Retrieve supported exchanges via the 'support-exchange-pair' API.

string
required
Defaults to BTCUSDT

Trading pair (e.g., BTCUSDT). Retrieve supported pairs via the 'support-exchange-pair' API.

string
required
Defaults to 1h

Time interval for data aggregation. Supported values: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 8h, 12h, 1d, 1w

string

Number of results per request. Default: 1000, Maximum: 4500

integer

Start timestamp in milliseconds (e.g., 1641522717000).

integer

End timestamp in milliseconds (e.g., 1641522717000).

string

Price type used in calculation. Supported values: open, high, low, close. Default: close.

integer

Window size — defines the number of data points used for indicator calculation (e.g., 20 for BOLL).

double

mult: Standard deviation multiplier that defines the width of the Bollinger Bands. Default is 2.

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!