Candle

Field
Value
Type

type

Always Candle

String required

candleType

Type of the candle

String, required

symbol

Unique instrument symbol

String required

open

First (open) price of the candle

high

High price of the candle

low

Low price of the candle

close

Close price of the candle

volume

Total volume in the candle

time

Bid timestamp in UTC

Timestamp, required

string candleType

Possible values:

  • m (1 min)

  • 5m (5 min)

  • 15m (15 minutes)

  • 30m (30 minutes)

  • h (1 hour)

  • 2h (2 hours)

  • 4h (4 hours)

  • d (Day)

  • w (Week)

  • mo (Month)

Last updated