What's the difference between these 2 base endpoints?

Hi there, can you tell me what’s the difference between these 2 base endpoints?

I noticed the payloads are different. I.e:

https://www.binance.com/api/v3/klines?symbol=XMRBUSD&interval=1m&startTime=1588323600000
    [
        1588323660000,
        "64.36000000",
        "64.36000000",
        "64.36000000",
        "64.36000000",
        "0.00000000",
        1588323719999,
        "0.00000000",
        0,
        "0.00000000",
        "0.00000000",
        "0"
    ],
https://api.binance.com/api/v3/klines?symbol=XMRBUSD&interval=1m&startTime=1588323600000
    [
        1588326660000,
        "64.72000000",
        "64.73000000",
        "64.72000000",
        "64.73000000",
        "15.45723000",
        1588326719999,
        "1000.54493560",
        5,
        "15.45723000",
        "1000.54493560",
        "0"
    ],

Thanks

Only the second url is a valid url to query the API server.