You need the latest trades for this (0xa8656f71EE80573Ed11719a7957Bd83fa320250B) token right?
Check this query
{
ethereum(network: bsc) {
dexTrades(
baseCurrency: {is: "0xa8656f71EE80573Ed11719a7957Bd83fa320250B"}
quoteCurrency: {is: "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c"}
options: {desc: ["transaction.index"], limit: 10}
) {
transaction {
index
gas
gasPrice
gasValue
}
gasPrice
gas
exchange {
name
}
baseCurrency {
symbol
}
quoteCurrency {
symbol
}
quotePrice
}
}
}