Chart
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getTimestamp() | float | Milliseconds in UTC of the time interval. Example: 1613654117167 | |
| getHigh() | string | Highest trade value in the current interval. Example: 54213.21 | |
| getLow() | string | Lowest trade value in the current interval. Example: 53213.54 | |
| getOpen() | string | Open trade value in the current interval. Example: 53513 | |
| getClose() | string | Close trade value in the current interval. Example: 54113 | |
| getVolume() | string | Total volume of assets traded in the current interval. Volume is in currency1 asset. Example: 2.423 |