POST
/
api
/
v3
/
brokerage
/
portfolios
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
  }
}

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.