coinbase / coinbase-pro-node

DEPRECATED — The official Node.js library for Coinbase Pro
Apache License 2.0
844 stars 316 forks source link

withdrawCrypto funds getting stuck #390

Closed gigamesh closed 4 years ago

gigamesh commented 5 years ago

I'm trying to withdraw from my pro.coinbase.com ETH account but the funds end up just going to my coinbase.com account and I get an error that says:

The funds were transferred to Coinbase for processing, but failed to withdraw to . Please manually withdraw from Coinbase.

Is it not possible to transfer directly out? What I'm doing wrong?

  const params = {
      amount: 0.01,
      currency: "ETH",
      crypto_address: localAddress
    };

    client.withdrawCrypto(params, (error) => {
      if (error) {
        console.error(error);
      }
    });
drewrothstein commented 4 years ago

Hi, we are closing out PRs + Issues as this project is being archived.