Trying to transfer from SPOT to COIN-M by binance-connector-node

Hi, I am trying to do a transfer of 0.01 btc from SPOT to COIN-M as example:

(Same code just changed apiKey, apiSecret and Qty)

with account info of:
accountType: ‘SPOT’,
balances: [
{ asset: ‘BNB’, free: ‘1000.00000000’, locked: ‘0.00000000’ },
{ asset: ‘BTC’, free: ‘1.03000000’, locked: ‘0.00000000’ },

I got an error of:
Error: Request failed with status code 400
and blocks of HTML with:
Something bad happened

Any hints / example / direction / help?
Thanks!!!

Testnet does not support SAPI endpoints.

Thanks