Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 815 Bytes

FuturesCandlestick.md

File metadata and controls

15 lines (12 loc) · 815 Bytes

# FuturesCandlestick

Properties

Name Type Description Notes
t double Unix timestamp in seconds [optional]
v int size volume (contract size). Only returned if `contract` is not prefixed [optional]
c string Close price (quote currency) [optional]
h string Highest price (quote currency) [optional]
l string Lowest price (quote currency) [optional]
o string Open price (quote currency) [optional]
sum string Trading volume (unit: Quote currency) [optional]

[Back to Model list] [Back to API list] [Back to README]