{ "opencollection": "1.0.0", "info": { "name": "Coinbase Advanced Trade Accounts Allocations API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "CB-ACCESS-KEY", "value": "{{CB-ACCESS-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Allocations", "type": "folder" }, "items": [ { "info": { "name": "List portfolio allocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/portfolios/:portfolio_id/allocations", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "product_ids", "value": "", "type": "query", "description": "Filter by product IDs" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "sort_direction", "value": "", "type": "query", "description": "Sort direction for results" } ] }, "docs": "Retrieves a list of order allocations for the given portfolio. Allocations represent the distribution of fills across sub-portfolios." } ] } ], "bundled": true }