CandleData Properties
The CandleData type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Close |
The price (quote) at which the last transaction was completed in a given time period.
|
![]() |
High |
The highest price (quote) at which the base was traded during the time period.
|
![]() |
Low |
The lowest price (quote) at which the base was traded during the time period.
|
![]() |
Open |
The price (quote) at which the first transaction was completed in a given time period.
|
![]() |
Period |
The timestamp for starting of the time period (bucket), represented in UNIX milliseconds.
|
![]() |
Volume |
The amount of base asset traded in the given time period.
|