Skip to main content
GET
/
api
/
v1
/
market
/
mark-price-kline
Get Mark Price Kline
curl --request GET \
  --url https://api.ekiden.fi/api/v1/market/mark-price-kline
{
  "list": [
    {
      "c": "<string>",
      "h": "<string>",
      "l": "<string>",
      "o": "<string>",
      "t": "1672531200000"
    }
  ],
  "symbol": "BTCUSDC"
}

Query Parameters

symbol
string
required
Example:

"BTCUSDC"

interval
enum<string>
required
Available options:
1m,
3m,
5m,
15m,
30m,
1h,
2h,
4h,
6h,
12h,
1d,
3d,
1w,
1M
start_time
string<date-time> | null
end_time
string<date-time> | null
limit
integer<int32> | null
Required range: x >= 0

Response

200 - application/json

Klines

Price-only kline response.

list
object[]
required
symbol
string
required
Example:

"BTCUSDC"