coinbase / coinbase-pro-node

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

Add depositPayment method to support /deposits/payment-method #314

Closed brendanconnolly closed 6 years ago

brendanconnolly commented 6 years ago

The current authenticated client does not support depositing funds from a payment method.

The deposit command wraps the /deposits/coinbase-account for moving funds between coinbase accounts. In order to initiate a transfer a call to /deposits/coinbase-account is needed.

fb55 commented 6 years ago

Could you add documentation and tests?

brendanconnolly commented 6 years ago

sure will do

fb55 commented 6 years ago

Sorry for the delay, @brendanconnolly, and thanks a lot for this patch!