Using your query with added transaction hash, I get this result
{
"ethereum": {
"dexTrades": [
{
"block": {
"height": 440486,
"timestamp": {
"time": "2020-09-13 10:33:58"
}
},
"transaction": {
"index": 1,
"hash": "0xd87c8679aaae81a7db8a304e68201799d266d66684c1bc110987e6042e3e82a9"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 0.9870299999999957
},
{
"block": {
"height": 441894,
"timestamp": {
"time": "2020-09-13 11:44:22"
}
},
"transaction": {
"index": 0,
"hash": "0xeb78ed774a9bfaf4aa399640e02b312880608abdd7b44cd7a49fbd677092af4c"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 0.889351298011014
},
{
"block": {
"height": 444900,
"timestamp": {
"time": "2020-09-13 14:14:40"
}
},
"transaction": {
"index": 1,
"hash": "0x116ba21f5fa4ee2b18bede12be493255fb175c3082ce94e863d26f214a25ab82"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 31.473754147838687
},
{
"block": {
"height": 445116,
"timestamp": {
"time": "2020-09-13 14:25:28"
}
},
"transaction": {
"index": 0,
"hash": "0xbee9d449a9ae5b8d7e4376d6c451f2e21c4e28afcc181e7064c707831bd41501"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 31.007290100350136
},
{
"block": {
"height": 445155,
"timestamp": {
"time": "2020-09-13 14:27:25"
}
},
"transaction": {
"index": 2,
"hash": "0x3e3452667a04275408a9bb9478083e2c61e3a907133802b2e62a8bbdaf4fcf7a"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 31.194174399175598
},
{
"block": {
"height": 445572,
"timestamp": {
"time": "2020-09-13 14:48:16"
}
},
"transaction": {
"index": 0,
"hash": "0xb5dca7e59b420ddc40d37285c972031f28bb7e3408224bdb1f487097a67752b4"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 54.32703983278307
},
{
"block": {
"height": 445612,
"timestamp": {
"time": "2020-09-13 14:50:16"
}
},
"transaction": {
"index": 1,
"hash": "0x96f7e723660c9d32d34a0f914334c45a2d49da5adbbff7a8567f0c72cf0a3251"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 6.248908679122841
},
{
"block": {
"height": 445627,
"timestamp": {
"time": "2020-09-13 14:51:01"
}
},
"transaction": {
"index": 4,
"hash": "0xc680256966f99de79bb30011c3f4d954cb2e39813bac3f072246c5acb6dfb28b"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 30.88798047749476
},
{
"block": {
"height": 445640,
"timestamp": {
"time": "2020-09-13 14:51:40"
}
},
"transaction": {
"index": 4,
"hash": "0x313febcc758933c51db9dec12b84b677b0bc34ddaa328d337a09d97f65ee1da2"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 40.07092312475807
},
{
"block": {
"height": 445659,
"timestamp": {
"time": "2020-09-13 14:52:37"
}
},
"transaction": {
"index": 1,
"hash": "0x1b7515382c251a4f80cb70adbf2b14af39910ff22deb6d2d665be812a0a18c23"
},
"baseCurrency": {
"symbol": "WBNB"
},
"quoteCurrency": {
"symbol": "USDT"
},
"quotePrice": 20.638651371935147
}
]
}
}
Here you can see that the prices for timestamp "2020-09-13 10:33:58"
= 0.9870299999999957
which seems incorrect. Also if you look at these consecutive rows for timestamp and price,
"2020-09-13 14:48:16"
= 54.32703983278307
"2020-09-13 14:50:16"
= 6.248908679122841
"2020-09-13 14:51:01"
= 30.88798047749476
"2020-09-13 14:51:40"
= 40.07092312475807
There are large fluctuations in price in short periods of time. Can you explain how this works?