GET
/
api
/
v3
/
brokerage
/
portfolios
curl --request GET \
  --url https://api.coinbase.com/api/v3/brokerage/portfolios
{
  "portfolios": [
    {
      "name": "<string>",
      "uuid": "<string>",
      "type": "<any>",
      "deleted": true
    }
  ]
}

Query Parameters

portfolio_type
enum<string>
default:UNDEFINED

Only returns portfolios matching this portfolio type.

Available options:
UNDEFINED,
DEFAULT,
CONSUMER,
INTX

Response

200
application/json

A successful response.

The response is of type object.