{
ethereum(network: bsc) {
dexTrades(options: {desc: "trades", limit: 10}) {
poolToken: smartContract {
address {
address
}
}
exchange {
fullName
}
baseCurrency {
symbol
}
quoteCurrency {
symbol
}
trades: count
}
}
}