curl --request GET \
--url 'https://de.raze.sh/api/sol/tokens/ohlc/{tokenMint}?apiKey='{
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"token_mint": "<string>",
"open": "<string>",
"high": "<string>",
"low": "<string>",
"close": "<string>",
"volume": "<string>",
"trades": "<string>",
"sol_price": "<string>"
}
],
"oldestTimestamp": 123,
"count": 123
}curl --request GET \
--url 'https://de.raze.sh/api/sol/tokens/ohlc/{tokenMint}?apiKey='{
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"token_mint": "<string>",
"open": "<string>",
"high": "<string>",
"low": "<string>",
"close": "<string>",
"volume": "<string>",
"trades": "<string>",
"sol_price": "<string>"
}
],
"oldestTimestamp": 123,
"count": 123
}1 <= x <= 10000Start timestamp (Unix seconds)
End timestamp (Unix seconds)
Success