{ "opencollection": "1.0.0", "info": { "name": "Coinbase Advanced Trade Accounts Wallets API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "CB-ACCESS-KEY", "value": "{{CB-ACCESS-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Wallets", "type": "folder" }, "items": [ { "info": { "name": "List portfolio wallets", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/portfolios/:portfolio_id/wallets", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "type", "value": "", "type": "query", "description": "Filter by wallet type" }, { "name": "symbols", "value": "", "type": "query", "description": "Filter by currency symbols" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" } ] }, "docs": "Retrieves a list of wallets associated with a portfolio. Each wallet holds a specific type of cryptocurrency asset." }, { "info": { "name": "Get wallet", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/portfolios/:portfolio_id/wallets/:wallet_id", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "wallet_id", "value": "", "type": "path", "description": "Wallet identifier" } ] }, "docs": "Retrieves details of a specific wallet by its wallet ID." } ] } ], "bundled": true }