Token Balance Matic

Balances API that works on Ethereum and BSC does not seem to work on Matic, is there an alternative way to get token balances of the address on Matic?

{
ethereum(network: matic) {
address(address: {is: “0xfc5b1921938d5a2208b73bce72abb53d2aa215eb”}) {
balances {
currency {
symbol
}
value
}
}
}
}

Yes this is a bug …we will fix it and come back