CryptoAPIs 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CryptoAPIs --version 1.5.0
NuGet\Install-Package CryptoAPIs -Version 1.5.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.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CryptoAPIs --version 1.5.0
#r "nuget: CryptoAPIs, 1.5.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.5.0

// Install CryptoAPIs as a Cake Tool
#tool nuget:?package=CryptoAPIs&version=1.5.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 962 9/12/2022
1.6.0 562 7/1/2022
1.5.1 27,321 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:

       Estimate Gas Limit
       Estimate Token Gas Limit
       List Unconfirmed Tokens Transfers By Address
       List HD Wallet (xPub, yPub, zPub) UTXOs
       List Unspent Transaction Outputs By Address
       List All Assets From All Wallets
       List All Assets By Wallet ID
       List XRP (Ripple) Transactions by Address And Time Range
       Get Raw Transaction Data
       List Internal Transactions By Address And Time Range
       List Confirmed Tokens Transfers By Address And Time Range
       List Confirmed Transactions By Address And Time Range
       Get Next Available Nonce
       Decode raw transaction
       Get Blockchain Event Subscription Details By Reference ID
       Get HD Wallet (xPub, yPub, zPub) Assets
       Derive HD (xPub, yPub, zPub) Change Or Receiving Addresses
       Estimate Transaction Smart Fee
       Encode X-Address
       Decode X-Address


       Endpoint Updates:

       Total Supply has been updated in the Get Token Details by Contract Address endpoint.
       List Unspent Transaction Outputs endpoint has been hidden from documentation because it is being modified.
       Improvements done to Tech Doc texts regarding Callbacks, Pagination and Credits.
       Estimate Gas Limit - propper error messages were added.
       Example": "2.0" was changed to 2.0.0  at the example responses.
       BSC has been added to New unconfirmed tokens transactions and Validate Address endponts.
       Add missing blockchains to xPub Endpoints.
       New Unconfirmed Coins Transactions -  missing "address"  response atribute has been added.
       New Confirmed Tokens Transactions And Each Confirmation missing "callbackSecretKey" and "isActive" response attributes have been added.
       XRP has been added to Sync HD Wallet (xPub, yPub, zPub), Get HD Wallet (xPub, yPub, zPub) Details and List HD Wallet (xPub, yPub, zPub) Transactions.
       Get Transaction Request Details - transactionId has been added as an optional response attribute.
       X address support for XRP has been added to the following endpoints:
        - Create Coins Transaction Request from Address
        - Get Transaction Request Details
       The "receiveCallbackOn" attribute for specification of the exact confirmation on which will be recieved a callback has been added for the following endpoints:
        - New confirmed coins transactions
        - New confirmed tokens transactions
        - New confirmed internal transactions
       Token Ballance Decimals have been restricted to 8 decimals.
       XRP has been added to:
        - Generate Deposit Address
        - List Deposit Addresses
        - Create Coins Transaction Request from Address
        - Get Wallet Asset Details
        - List Wallet Transactions
        - Get HD Wallet (xPub, yPub, zPub) Assets
       List Blockchain Events Subscriptions updates:
        - "deactivationReasons" attribute has been added
        - "callbackSecretKey" and "transactionId" were removed from required response attributes
       New possible values have been added to the endpoints Sync HD Wallet (xPub, yPub, zPub), Get HD Wallet (xPub, yPub, zPub) Details and List HD Wallet (xPub, yPub, zPub) Transactions:
        - "ethereum-classic",
        - "binance-smart-chain"
        - "ethereum"
        - "ropsten"
        - "mordor"