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