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.
<PackageVersion Include="CryptoAPIs" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="CryptoAPIs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=CryptoAPIs&version=1.7.0
                    
Install CryptoAPIs as a Cake Addin
#tool nuget:?package=CryptoAPIs&version=1.7.0
                    
Install CryptoAPIs as a Cake Tool

⚠️ SDK Deprecation Notice

Status: Archived & Deprecated
Effective Date: 1st April, 2025


This SDK has been officially deprecated and is no longer actively maintained or updated.

To give you more flexibility, we recommend generating your own SDK using our official OpenAPI specification, available for download from the Crypto APIs Developer Portal:

👉 https://developers.cryptoapis.io/


You can easily generate SDKs in most major programming languages using tools such as:

Simply use our OpenAPI JSON to create SDKs tailored to your specific needs.


This repository will remain available for reference but is no longer supported.

For questions, please contact us via our official support channels.


Thank you for your understanding and for building with 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 1,213 9/12/2022
1.6.0 619 7/1/2022
1.5.1 40,500 4/27/2022
1.5.0 505 4/27/2022
1.4.0 691 12/23/2021
1.3.0 465 10/25/2021
1.2.0 449 7/30/2021
1.1.0 434 7/21/2021
1.0.1 547 5/13/2021
1.0.0 356 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