interpretation of API results

Hello,

The following url/query https://api.binance.com/api/v3/klines?symbol=BTCUSDT&interval=1d&limit=5&startTime=2017

returns the results in this format:

Sans titre

But how do I interepret each line ? for instance what does the number 4485.3900000 refers to ?

I could not find it in the documentation…

Thank you

Aymeric

https://binance-docs.github.io/apidocs/spot/en/#kline-candlestick-data

The interpretations are stated above.

Your result browser is lost one-char tag before each value.
Each tag have description in API doc

Get result as string and print it, or change tools