Coinbase Advanced Trade API
cURL
curl --request PUT \ --url https://api.coinbase.com/api/v3/brokerage/portfolios/{portfolio_uuid} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "portfolio": { "name": "<string>", "uuid": "<string>", "type": "<any>", "deleted": true } }
Edit a portfolio.
The portfolio UUID.
A successful response.
The response is of type object.
object
Was this page helpful?