This is the correct query
query MyQuery {
ethereum(network: matic) {
transfers (sender: {is: "0x59820C7a02Ba744140c325c94D0Ab0D2449ea6B5"}){
amount(calculate: average in:USD)
}
}
}
This is the correct query
query MyQuery {
ethereum(network: matic) {
transfers (sender: {is: "0x59820C7a02Ba744140c325c94D0Ab0D2449ea6B5"}){
amount(calculate: average in:USD)
}
}
}