coinbase / coinbase-php

DEPRECATED — PHP wrapper for the Coinbase API
Apache License 2.0
297 stars 198 forks source link

i want to send ethereum and other asset supported by coinbase. #187

Closed Benjamin0000 closed 4 years ago

Benjamin0000 commented 6 years ago

how do i send ethereum, litecoin, bitcoin cash, etc with this same api. in bitcoin it is $transaction = Transaction::send([ 'toBitcoinAddress' => $order->address, 'amount' => new Money($amount, CurrencyCode::USD), 'description' => 'Bitcoin from' // 'fee' => '0.0001' // only required for transactions under BTC0.0001 ]); what should i change the 'toBitcoinAddress' to for every other ones.

drewrothstein commented 4 years ago

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