FaucetPayCSharpAPI 1.0.0
dotnet add package FaucetPayCSharpAPI --version 1.0.0
NuGet\Install-Package FaucetPayCSharpAPI -Version 1.0.0
<PackageReference Include="FaucetPayCSharpAPI" Version="1.0.0" />
<PackageVersion Include="FaucetPayCSharpAPI" Version="1.0.0" />
<PackageReference Include="FaucetPayCSharpAPI" />
paket add FaucetPayCSharpAPI --version 1.0.0
#r "nuget: FaucetPayCSharpAPI, 1.0.0"
#:package FaucetPayCSharpAPI@1.0.0
#addin nuget:?package=FaucetPayCSharpAPI&version=1.0.0
#tool nuget:?package=FaucetPayCSharpAPI&version=1.0.0
FAUCETPAY API UNOFFICIAL.
API for you to make a cryptocurrency management platform on FaucetPay, Through the API you can make payments, see faucet lists, see your balance, Check if a wallet or user exists and check payment HASH. Enjoy
Features Make payments. See faucet lists. See your balance. Check if a wallet or user exists. Check payment HASH. Manage your cryptocurrencies Easy to Use
HOW TO USE:
Using Client = FaucetPayClient.Create(New ApiConfig With {.ApiKey = "889bcd6696e47c9472e18bf986e8bb33448bfa9d"}) Dim BalanceAsync = Await Client.GetBalanceAsync(FaucetPayClient.Bitcoin) Console.WriteLine("Balance Satoshis: " & BalanceAsync.SatoshiBalance) Console.WriteLine("Actual Balance: " & BalanceAsync.ActualBalance) Console.WriteLine("Currency: " & BalanceAsync.Currency) End Using
using (var Client = FaucetPayClient.FaucetPayClient.Create(new ApiConfig() { ApiKey = "889bcd6696e47c9472e18bf986e8bb33448bfa9d" })) { var BalanceAsync = await Client.GetBalanceAsync(FaucetPayClient.FaucetPayClient.Bitcoin); Console.WriteLine("Balance Satoshis: " + BalanceAsync.SatoshiBalance); Console.WriteLine("Actual Balance: " + BalanceAsync.ActualBalance); Console.WriteLine("Currency: " + BalanceAsync.Currency); }
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|