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.