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.
UNDEFINED
DEFAULT
CONSUMER
INTX
Show child attributes
Was this page helpful?