Skip to main content

Historical BLVT NAV Kline/Candlestick

API Description#

The BLVT NAV system is based on Binance Futures, so the endpoint is based on fapi

HTTP Request#

GET /fapi/v1/lvtKlines

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGYEStoken name, e.g. "BTCDOWN", "BTCUP"
intervalENUMYES
startTimeLONGNO
endTimeLONGNO
limitINTNOdefault 500, max 1000

Response Example#

[    [        1598371200000,      // Open time        "5.88275270",       // Open NAV price        "6.03142087",       // Highest NAV price        "5.85749741",       // Lowest NAV price        "5.99403551",       // Close (or the latest) NAV price        "2.28602984",       // Real leverage        1598374799999,      // Close time        "0",                // Ignore        6209,               // Number of NAV update        "14517.64507907",   // Ignore        "0",                // Ignore        "0"                 // Ignore    ]]