Coinbase Advanced Trade API
cURL
curl --request POST \ --url https://api.coinbase.com/api/v3/brokerage/portfolios/move_funds \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "source_portfolio_uuid": "8bfc20d7-f7c6-4422-bf07-8243ca4169fe", "target_portfolio_uuid": "8bfc20d7-f7c6-4422-bf07-8243ca4169fe" }'
{ "source_portfolio_uuid": "8bfc20d7-f7c6-4422-bf07-8243ca4169fe", "target_portfolio_uuid": "8bfc20d7-f7c6-4422-bf07-8243ca4169fe" }
Move funds between portfolios.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Creating API Keys section of our Coinbase App Authentication docs for information on how to generate your Bearer Token.
The amount to be moved to the specified portfolio.
Show child attributes
The amount of specified currency.
The currency symbol (e.g. USD).
The UUID of the portfolio to send funds from.
"8bfc20d7-f7c6-4422-bf07-8243ca4169fe"
The UUID of the portfolio to send funds to.
A successful response.
Was this page helpful?