{ "opencollection": "1.0.0", "info": { "name": "Coinbase Advanced Trade Accounts Assets API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "CB-ACCESS-KEY", "value": "{{CB-ACCESS-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/portfolios/:portfolio_id/products", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" } ] }, "docs": "Retrieves the list of tradeable products available in the portfolio." } ] } ], "bundled": true }