---
title: "GET /bbo-candles/current"
method: GET
path: "/bbo-candles/current"
tags: ["api-gateway"]
---

# GET /bbo-candles/current

`GET /bbo-candles/current`

## Query parameters

- `symbol` string, required
- `candle_width` string, required

## Response `200`

Current BBO candle

- GetBboCandleResponse
  - `candle` BboCandle, required
    - `ask_close` string, nullable — Best ask price at the end of the interval
    - `ask_high` string, nullable — Highest best ask price during the interval
    - `ask_low` string, nullable — Lowest best ask price during the interval
    - `ask_open` string, nullable — Best ask price at the start of the interval
    - `bid_close` string, nullable — Best bid price at the end of the interval
    - `bid_high` string, nullable — Highest best bid price during the interval
    - `bid_low` string, nullable — Lowest best bid price during the interval
    - `bid_open` string, nullable — Best bid price at the start of the interval
    - `mid_close` string, nullable — Mid-price at the end of the interval
    - `mid_high` string, nullable — Highest mid-price during the interval
    - `mid_low` string, nullable — Lowest mid-price during the interval
    - `mid_open` string, nullable — Mid-price ((bid + ask) / 2) at the start of the interval
    - `symbol` string, required — Instrument symbol (e.g. "XAU-PERP")
    - `ts` string, date-time, required — Start timestamp of the candle interval (epoch seconds)
    - `width` '1s' | '5s' | '1m' | '5m' | '15m' | '1h' | '1d', required

---

[API](https://skmtc.net/architect/apis/ax-api-gateway.md) · [All operations](https://skmtc.net/architect/apis/ax-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/architect/ax-api-gateway/versions/2955c31c524d/schema)
