GET /{address}/erc20 to include BNB

The endpoint GET /{address}/erc20 for chain bsc excludes BNB.

I assume it’s because BNB is a native token of BSC.

There should be a way to include BNB in the list of balances. Perhaps Moralis could set the token_address to -, 000000, or anything else they choose.

there is

GET
/{address}/balance
Gets native balance for a specific address.


GET
/{address}/erc20
Gets token balances for a specific address.

one for tokens and one for native balance

1 Like

My mistake, I had the endpoints mixed up, I was referring to /erc20 in the original post.

In either case it would be convenient to get all balances in one API call rather than having to make two and concatenate the results.