{ "opencollection": "1.0.0", "info": { "name": "Coinbase Advanced Trade Accounts Fees API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "CB-ACCESS-KEY", "value": "{{CB-ACCESS-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Fees", "type": "folder" }, "items": [ { "info": { "name": "Get transaction summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/transaction_summary", "params": [ { "name": "product_type", "value": "", "type": "query", "description": "Filter by product type" } ] }, "docs": "Retrieves the transaction summary for the authenticated user, including fee tier information, total volume, and maker/taker fee rates." }, { "info": { "name": "Get fees", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/fees" }, "docs": "Retrieves the current maker and taker fee rates for the authenticated user based on their trading volume." } ] } ], "bundled": true }