---
title: "Candles"
method: GET
path: "/candles/{candle}/{section}"
---

# Candles

`GET /candles/{candle}/{section}`

The Candles endpoint provides OCHL (Open, Close, High, Low) and volume data for the specified funding currency or trading pair. The endpoint provides the last 100 candles by default, but a limit and a start and/or end timestamp can be specified.

## Path parameters

- `candle` string, required
- `section` string, required

## Query parameters

- `sort` integer
- `start` integer
- `end` integer
- `limit` integer

## Response `200`

200

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
