hi, i have a code
const options = { chain: ‘bsc’, address: “0x…” }
cconst balances = await Moralis.Web3.getAllERC20(options);
this code just get list token erc20 in my wallet, how to I can get response of an object which just contains a token erc20, not list above by specifying an token address in code and get a token object
thank for help