Skip to content

coinbase/coinbase-sdk-go

Repository files navigation

Coinbase Go SDK

The Coinbase Go SDK enables the simple integration of crypto into your app. By calling Coinbase's Platform APIs, the SDK allows you to create Go representations of crypto addresses and stake with those addresses.

The SDK supports various verbs on End-User-custodied Wallets across multiple networks, as documented here.

CDP SDK v0 is a pre-alpha release, which means that the APIs and SDK methods are subject to change. We will continuously release updates to support new capabilities and improve the developer experience.

Documentation

Requirements

The Coinbase server-side SDK requires Go version 1.21 or higher. To view your currently installed versions of Go, run the following from the command-line:

go version

Installation

Install the latest version:

You can install the SDK as follows

go install github.com/coinbase/coinbase-sdk-go