{ "opencollection": "1.0.0", "info": { "name": "Coinbase Advanced Trade Accounts Deposits API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "CB-ACCESS-KEY", "value": "{{CB-ACCESS-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Deposits", "type": "folder" }, "items": [ { "info": { "name": "Deposit from payment method", "type": "http" }, "http": { "method": "POST", "url": "https://api.coinbase.com/api/v3/brokerage/deposits/payment-method", "body": { "type": "json", "data": "{}" } }, "docs": "Deposits funds from a payment method into the exchange account." }, { "info": { "name": "Deposit from Coinbase account", "type": "http" }, "http": { "method": "POST", "url": "https://api.coinbase.com/api/v3/brokerage/deposits/coinbase-account", "body": { "type": "json", "data": "{}" } }, "docs": "Deposits funds from a Coinbase account into the exchange account." }, { "info": { "name": "List payment methods", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinbase.com/api/v3/brokerage/payment-methods" }, "docs": "Retrieves a list of payment methods linked to the authenticated user." } ] } ], "bundled": true }