SkillAgentSearch skills...

Coinbase.NetSDK

.NET SDK for Full APIs of Coinbase including Wallet, Merchant and Data Endpoints.

Install / Use

/learn @Oceania2018/Coinbase.NetSDK
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Coinbase.Net SDK

Coinbase.Net SDK is a Coinbase .NET Client library which implemented APIs listed by https://developers.coinbase.com/api/v2.

Nuget Users

Get started

How to install

Install-Package Coinbase.NetSDK

How to use

  • Send Money
using Coinbase.Wallet;

public static void Main(string[] args)
{
    var client = new Client("apiKey", "apiSecret");
    var account = client.GetPrimaryAccount();

    var transaction = client.SendMoney(account.Id, new TransactionSendModel {
    	To = "1rundZJCMJhUiWQNFS5uT3BvisBuLxkAp",
        Amount = 0.0001M,
        Currency = CurrencyType.BTC
    });
}

Tip Jar

  • Bitcoin: 1BduuiXQpjKbtqGB3z9ejELxG4zNJDXAKb
  • Litecoin: LVquexz6NSZsvCT3ckKnSGSDXtHzXKDPeB
  • Ethereum: 0xc8b1293d1b8Cba5c03e4edb0a091074d99ec4d6D

Reference

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks7

Languages

C#

Security Score

70/100

Audited on Dec 3, 2024

No findings