Get OHLC Data
This is the data that is shown in our charting interface.
Response
Can be used with
pair
,from
andto
parametershttps://graph-api.btcturk.com/v1/ohlcs?pair=BTCUSDT&from=1638316800&to=1639526400
The from
and to
parameters must be used with Unix time in seconds.
OHLC Data
GET
https://graph-api.btcturk.com/v1/ohlcs
Query Parameters
Name
Type
Description
pair
string
BTC_TRY, ETH_TRY etc.
from
integer
Unix time in seconds
to
integer
Unix time in seconds
Code Example
Last updated
Was this helpful?