How to initiate a BNB transfer via METAMASK

I switched the network to BSC and the method is eth_sendTransaction, still initiating ETHER

          window.ethereum
        .request({
          method: "eth_sendTransaction",
          params: [
            {
              from: window.ethereum.selectedAddress,
              to: account,
              value,
            },
          ],
        })

Hi there,

Did you ever figure out how to do this?

I’m trying to do this right now too.