Member-only story

Coinbase API

Patrick Chirdon
4 min readApr 21, 2021

--

The Coinbase API allows developers to use the OAuth2 protocol to allow a Coinbase user to grant a 3rd party application full or partial access to his/her account, without sharing the account’s API key or login credentials. It is a slightly more complex integration than the API Key authentication method, but is more flexible. OAuth2 works well for web applications, as well as desktop and mobile apps.

INTEGRATING COINBASE CONNECT WITH MOBILE

Adding digital currency to your mobile apps has never been easier or more powerful. The Coinbase SDK lets your app’s users tap into their Coinbase wallets in seconds.

An easy way to buy, sell, send, and accept bitcoin through the Coinbase API.

This library is a wrapper around the Coinbase JSON API. It supports OAuth 2.0 for performing actions on other people’s accounts.

Working with the SDK:

Other resources:

--

--

No responses yet