Home

Awesome

Coinbase.Net Coinbase.Net

.NET License

Coinbase.Net is a client library for accessing the Coinbase Advanced Trade REST and Websocket API and Coinbase App REST API.

Features

Supported Frameworks

The library is targeting both .NET Standard 2.0 and .NET Standard 2.1 for optimal compatibility

.NET implementationVersion Support
.NET Core2.0 and higher
.NET Framework4.6.1 and higher
Mono5.4 and higher
Xamarin.iOS10.14 and higher
Xamarin.Android8.0 and higher
UWP10.0.16299 and higher
Unity2018.1 and higher

Install the library

NuGet

NuGet version Nuget downloads

dotnet add package Coinbase.Net

GitHub packages

Coinbase.Net is available on GitHub packages. You'll need to add https://nuget.pkg.github.com/JKorf/index.json as a NuGet package source.

Download release

GitHub Release

The NuGet package files are added along side the source with the latest GitHub release which can found here.

How to use

For information on the clients, dependency injection, response processing and more see the documentation, or have a look at the examples here or here.

CryptoExchange.Net

Coinbase.Net is based on the CryptoExchange.Net base library. Other exchange API implementations based on the CryptoExchange.Net base library are available and follow the same logic.

CryptoExchange.Net also allows for easy access to different exchange API's.

ExchangeRepositoryNuget
BinanceJKorf/Binance.NetNuget version
BingXJKorf/BingX.NetNuget version
BitfinexJKorf/Bitfinex.NetNuget version
BitgetJKorf/Bitget.NetNuget version
BitMartJKorf/BitMart.NetNuget version
BybitJKorf/Bybit.NetNuget version
CoinExJKorf/CoinEx.NetNuget version
CoinGeckoJKorf/CoinGecko.NetNuget version
Crypto.comJKorf/CryptoCom.NetNuget version
Gate.ioJKorf/GateIo.NetNuget version
HTXJKorf/HTX.NetNuget version
Gate.ioJKorf/GateIo.NetNuget version
KrakenJKorf/Kraken.NetNuget version
KucoinJKorf/Kucoin.NetNuget version
MexcJKorf/Mexc.NetNuget version
OKXJKorf/OKX.NetNuget version

When using multiple of these API's the CryptoClients.Net package can be used which combines this and the other packages and allows easy access to all exchange API's.

Discord

Discord
A Discord server is available here. For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join.

Supported functionality

Due to framework restrictions for signing requests only .netstandard 2.1 can currently use private endpoints

Advanced Trade REST

APISupportedLocation
AccountrestClient.AdvancedTradeApi.Account
ProductsrestClient.AdvancedTradeApi.ExchangeData
OrdersrestClient.AdvancedTradeApi.Trading
PortfoliosrestClient.AdvancedTradeApi.Account
FuturesrestClient.AdvancedTradeApi.Account/restClient.AdvancedTradeApi.Trading
PerpetualsrestClient.AdvancedTradeApi.Account/restClient.AdvancedTradeApi.Trading
FeesrestClient.AdvancedTradeApi.Account
ConvertrestClient.AdvancedTradeApi.Account
PublicrestClient.AdvancedTradeApi.ExchangeData
Payment MethodsrestClient.AdvancedTradeApi.Account
Data APIrestClient.AdvancedTradeApi.Account

Advanced Trade Websocket

APISupportedLocation
All channelssocketClient.AdvancedTradeApi

App

APISupportedLocation
AccountsXFunctionality supported in Advanced Trade API
AddressesrestClient.AdvancedTradeApi.Account
TransactionsrestClient.AdvancedTradeApi.Account
DepositsrestClient.AdvancedTradeApi.Account
WithdrawalsrestClient.AdvancedTradeApi.Account
CurrenciesrestClient.AdvancedTradeApi.ExchangeData
Exchange RatesrestClient.AdvancedTradeApi.ExchangeData
PricesrestClient.AdvancedTradeApi.ExchangeData
TimerestClient.AdvancedTradeApi.ExchangeData

Support the project

Any support is greatly appreciated.

Donate

Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me.

Btc: bc1q277a5n54s2l2mzlu778ef7lpkwhjhyvghuv8qf
Eth: 0xcb1b63aCF9fef2755eBf4a0506250074496Ad5b7
USDT (TRX) TKigKeJPXZYyMVDgMyXxMf17MWYia92Rjd

Sponsor

Alternatively, sponsor me on Github using Github Sponsors.

Release notes