Coinbase Advanced Trade API
cURL
curl --request GET \ --url https://api.coinbase.com/api/v3/brokerage/portfolios
{ "portfolios": [ { "name": "<string>", "uuid": "<string>", "type": "<any>", "deleted": true } ] }
Get all portfolios of a user.
Only returns portfolios matching this portfolio type.
UNDEFINED
DEFAULT
CONSUMER
INTX
A successful response.
The response is of type object.
object
Was this page helpful?