Coinbase.API.Withdrawals

Source

Summary

withdraw(coinbase, account_id, payment_method_id, amount, optionals \\ %{})

Withdraw USD or EUR

Functions

withdraw(coinbase, account_id, payment_method_id, amount, optionals \\ %{})

Specs:

Withdraw USD or EUR

Optional params: commit (boolean): Defaults to true. If set to false, this sell will not be immediately completed. Use the Coinbase.API.Transfers.commit(pid, id) call to complete it

Source