{ "opencollection": "1.0.0", "info": { "name": "Coinbase Advanced Trade Accounts Transactions API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "CB-ACCESS-KEY", "value": "{{CB-ACCESS-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/portfolios/:portfolio_id/transactions", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "symbols", "value": "", "type": "query", "description": "Filter by currency symbols" }, { "name": "types", "value": "", "type": "query", "description": "Filter by transaction types" }, { "name": "start_time", "value": "", "type": "query", "description": "Start time filter" }, { "name": "end_time", "value": "", "type": "query", "description": "End time filter" }, { "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 transactions for a portfolio including deposits, withdrawals, and internal transfers." }, { "info": { "name": "Get transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/portfolios/:portfolio_id/transactions/:transaction_id", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "transaction_id", "value": "", "type": "path", "description": "Transaction identifier" } ] }, "docs": "Retrieves details of a specific transaction by its transaction ID." }, { "info": { "name": "Create withdrawal", "type": "http" }, "http": { "method": "POST", "url": "https://api.coinbase.com/api/v3/brokerage/portfolios/:portfolio_id/wallets/:wallet_id/transactions", "params": [ { "name": "portfolio_id", "value": "", "type": "path", "description": "Portfolio identifier" }, { "name": "wallet_id", "value": "", "type": "path", "description": "Wallet identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a withdrawal from a specific wallet to an approved address in the address book." } ] } ], "bundled": true }