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