--- title: 'Coinbase' description: 'Buy, sell, and manage cryptocurrency with accounts and spot prices via the Coinbase API.' --- # Coinbase Buy, sell, and manage cryptocurrency with accounts and spot prices via the Coinbase API. | Detail | Value | |---|---| | Category | Finance | | Base URL | `https://api.coinbase.com/v2` | | Authentication | Bearer Token | | Endpoints | 3 | | Connector key | `coinbase` | ## Using Coinbase in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Coinbase** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /accounts](./get_accounts_fintech_listcryptoaccounts) | List cryptocurrency accounts | | [POST /accounts/{id}/buys](./post_accounts_id_buys_fintech_createbuy) | Buy cryptocurrency | | [GET /prices/{pair}/spot](./get_prices_pair_spot_fintech_getspotprice) | Get spot price for a currency pair | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.