Coinbase Exchange API
cURL
curl --request POST \ --url https://api.exchange.coinbase.com/deposits/payment-method \ --header 'Content-Type: application/json' \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>' \ --data '{ "amount": "<string>", "payment_method_id": "<string>", "currency": "<string>" }'
{ "id": "<string>", "amount": "<string>", "currency": "<string>", "payout_at": "<string>", "fee": "<string>" }
Deposits funds from a linked external payment method to the specified profile_id.
profile_id
A successful response.
The response is of type object.
object
Was this page helpful?