OHLC K-line
Get OHLC(k line) of specific market.
get
Get OHLC(k line) of specific market.
Path parameters
marketstring · enumRequiredPossible values:
Query parameters
periodinteger · enumOptionalPossible values:
Time period of K line, default to 1. You can choose between 1, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080
time_frominteger · int32Optional
An integer represents the seconds elapsed since Unix epoch. If set, only k-line data after that time will be returned.
time_tointeger · int32Optional
An integer represents the seconds elapsed since Unix epoch. If set, only k-line data till that time will be returned.
limitinteger · int32 · min: 1 · max: 10000Optional
Limit the number of returned data points default to 30. Ignored if time_from and time_to are given.
Responses
200
Get OHLC(k line) of specific market.
get
GET /api/v2/live/public/markets/{market}/k-line HTTP/1.1
Host: www.mameex.com
Accept: */*
200
Get OHLC(k line) of specific market.
No content
Last updated