CryptoAPIs 1.7.0

dotnet add package CryptoAPIs --version 1.7.0
NuGet\Install-Package CryptoAPIs -Version 1.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CryptoAPIs" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CryptoAPIs --version 1.7.0
#r "nuget: CryptoAPIs, 1.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CryptoAPIs as a Cake Addin
#addin nuget:?package=CryptoAPIs&version=1.7.0

// Install CryptoAPIs as a Cake Tool
#tool nuget:?package=CryptoAPIs&version=1.7.0

the C# library for the Crypto APIs

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
1.7.0 973 9/12/2022
1.6.0 562 7/1/2022
1.5.1 27,388 4/27/2022
1.5.0 452 4/27/2022
1.4.0 635 12/23/2021
1.3.0 411 10/25/2021
1.2.0 388 7/30/2021
1.1.0 372 7/21/2021
1.0.1 464 5/13/2021
1.0.0 295 5/5/2021

New Endpoints:

       Block Height Reached
       Create Single Transaction Request From Address Without Fee Priority
       Create Fungible Token Transaction Request From Address Without Fee Priority
       List Synce dAddresses
       Sync New HD Wallet (xPub, yPub, zPub)
       Derive And Sync New Receiving Addresses
       Derive And Sync New Change Addresses
       Prepare A UTXO-Based Transaction From HD Wallet (xPub, yPub, zPub)
       Prepare An Account-Based Transaction From HD Wallet (xPub, yPub, zPub)
       Get Address Balance
       Convert Bitcoin Cash Address

       Endpoint Updates:

       List Latest Mined Blocks endpoint - `totalCoins` and `totalFees` are now blockchainSpecific attributes

       TRON protocol has been added to the following endpoints:
       List Supported Tokens
       Validate Address
       Derive HD Wallet (xPub, yPub, zPub) Change Or Receiving Addresses
       Generate Deposit Address
       List Deposit Addresses
       Get Wallet Asset Details
       List Wallet Transactions
       Get Wallet Transaction Details By Transaction ID
       New confirmed coins transactions
       New confirmed coins transactions and each confirmation
       Mined transaction
       New Block
       New confirmed tokens transactions
       New confirmed tokens transactions and each confirmation
       New confirmed internal transactions
       New confirmed internal transactions and each confirmation

       Prepare An Account-Based Transaction From HD Wallet (xPub, yPub, zPub) path has been changed to - /blockchain-data/${blockchain}/${network}/transactions/prepare-account-based-transaction
       Prepare A UTXO-Based Transaction From HD Wallet (xPub, yPub, zPub) path has been changed to - /blockchain-data/${blockchain}/${network}/transactions/prepare-utxo-transaction

       Ethereum Goerli has replaced Ropsten in all endpoints

       Removed Endpoint:

       List all unconfirmed transactions