How to get balance of specific token through 'api call'

As shown in the above example, I am importing the erc20 token balance of a specific account from ‘infura.io’.

Can I get the ‘solana’ erc20 token balance of the corresponding ‘contract’ as a condition of ‘smart contact address’ and ‘user address’ in ‘moralis’?

Can you show me an example through postman?

You can use the Moralis API’s getTokenBalances with the token_addresses parameter to get the address’s balance for a particular token contract.

I’m sorry I couldn’t write down the details.

I want to bring the erc20 token balance of solana.

erc20 token balance of solana

The ERC20 standard is for Ethereum or EVM chains, not Solana. Or are you talking about something else?

For Solana API, you can check out the docs for what’s available.

sorry

https://docs.moralis.io/reference/getspl-1

Can I bring ‘my solana token balance’ to ‘token smart contract address’ and ‘my address’?