Hourly OHLCV
Hourly OHLCV π
The endpoint gives hourly OHLCV (Open, High, Low, Close, Volume) data for tokens.
Parameters: TOKEN_ID, START_DATE, END_DATE, SYMBOL, TOKEN_NAME
Datapoints:
TOKEN_ID
Token ID for identifying each cryptocurrency (e.g., the Token ID of BTC is 3375).
TOKEN_NAME
The name of the crypto asset (e.g., Bitcoin).
TIMESTAMP
The hourly timestamp of OHLCV.
TOKEN_SYMBOL
The symbol of the crypto asset (e.g., BTC).
OPEN
Open price of the crypto asset during the period.
HIGH
Highest price of the crypto asset during the period.
LOW
Lowest price of the crypto asset during the period.
CLOSE
Close price of the crypto asset at the end the period.
VOLUME
Total volume of the crypto asset during the period.
Example Use Case:
OHLCV (Open, High, Low, Close, Volume) is a data set commonly used in financial markets to track the performance of assets like stocks and cryptocurrencies. It provides a comprehensive view of price movement and trading activity within a specific period, helping traders and analysts make informed decisions. The βOpenβ and βCloseβ prices show where the price started and ended within the period, while the βHighβ and βLowβ prices indicate the highest and lowest points reached. βVolumeβ measures the number of assets traded, reflecting market activity and liquidity.
Updated 5 months ago