Skip to content

Coinbase ​

Buy, sell, and manage cryptocurrency with accounts and spot prices via the Coinbase API.

DetailValue
CategoryFinTech
Base URLhttps://api.coinbase.com/v2
AuthenticationBearer Token
Endpoints3
Connector keycoinbase

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 ​

EndpointSummary
GET /accountsList cryptocurrency accounts
POST /accounts/{id}/buysBuy cryptocurrency
GET /prices/{pair}/spotGet 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.