OHLC Model
The OHLC Model (open, high, low, close) contains the full set of information for reconstructing pricing candlestick data. This is the perfect API for creating your own historical pricing charts for any arbitrary token. The OHLC Model follows the following structure. Supported chains: ethereum
, polygon
, optimism
, nova
, arbitrum
, base
.
Name | Description | Type |
---|---|---|
open | The opening price of the asset for the time interval. | decimal |
high | The high price of the asset for the time interval. | decimal |
low | The low price of the asset for the time interval. | decimal |
close | The closing price of the asset for the time interval | decimal |
timestamp | The timestamp of the OHLC bar. | date-time |
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.