{ "opencollection": "1.0.0", "info": { "name": "Coinbase Advanced Trade Accounts Withdrawals API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "CB-ACCESS-KEY", "value": "{{CB-ACCESS-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Withdrawals", "type": "folder" }, "items": [ { "info": { "name": "Withdraw to payment method", "type": "http" }, "http": { "method": "POST", "url": "https://api.coinbase.com/api/v3/brokerage/withdrawals/payment-method", "body": { "type": "json", "data": "{}" } }, "docs": "Withdraws funds from the exchange account to a linked payment method." }, { "info": { "name": "Withdraw to Coinbase account", "type": "http" }, "http": { "method": "POST", "url": "https://api.coinbase.com/api/v3/brokerage/withdrawals/coinbase-account", "body": { "type": "json", "data": "{}" } }, "docs": "Withdraws funds from the exchange account to a Coinbase account." }, { "info": { "name": "Withdraw to crypto address", "type": "http" }, "http": { "method": "POST", "url": "https://api.coinbase.com/api/v3/brokerage/withdrawals/crypto", "body": { "type": "json", "data": "{}" } }, "docs": "Withdraws funds from the exchange account to an external crypto address." } ] } ], "bundled": true }