Get a list of assets in wallet

How to get a list of assets in a wallet with quantity like https://etherscan.io/tokenholdings?a=0x28c6c06298d514db089934071355e5743bf21d60 ?

Hi, @serhio! Here at Infura, we offer access to the low-level Ethereum JSON-RPC API, which doesn’t provide a way to query for all ERC20s by address. It could though allow you to build a system like Etherscan’s on your own that does exactly what you want it to do.