ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.
ExchangeSharp is a C# API for working with various cryptocurrency exchanges. Web sockets are also supported for some exchanges.
A .NET implementation of the Coinbase Commerce API for cryptocurrency payments. Coinbase Commerce is the easiest and safest way for a business to start accepting digital currency payments. Works with Bitcoin (BTC), Ethereum (ETH), Litecoin (LTC), and Bitcoin Cash (BCH)!
A .NET implementation for the CoinMarketCap API for cryptocurrencies.
ExchangeHub for interacting with multiple cryptocurrency exchange api built using .Net Standard: Binance, Bittrex, Coinbase Pro, KuCoin, & more to come!
Api library for accessing the CoinbasePro exchange Api built on .Net Standard
A feature complete and easy to use .Net wrapper of the official 3Commas API.
Netherum.Geth is the extended Web3 library for Geth. including the non-generic RPC API client methods to interact with the Go Ethereum Client (Geth) Admin, Debug, Miner.
Netherum.Parity is the extended Web3 library for Parity, including the non-generic RPC API client methods.
This is a 3rd party .NET library for the Poloniex REST API
Netherum.Besu is the extended Web3 library for Besu. including the non-generic RPC API client methods to interact with the Java Ethereum Client (Besu) Admin, Debug, Miner, EEA, Clique, IBFT..
A .NET implementation for the ChangeNow API for swapping coins. The ChangeNow API is a way to simple swap crypto coins fast and cheap
The Stampery API allows you to prove the existence, integrity and ownership of all your data by anchoring (embedding) unique identifiers (hashes) of your files and datasets into the Ethereum and Bitcoin blockchains.The timestamps and proofs generated by this API are independently verifiable at no cost by anyone in the world, and they will be valid forever—even if Stampery disappeared.
BlockAppsSDK is a client, portable class library targeting .NET 4.5 and above and Xamarin 4.0 and above. It provides a simple way to interact with the Strato and Bloc API's with native C# classes.
A .NET implementation for the ChangeNow API for swapping coins. The ChangeNow API is a way to simple swap crypto coins fast and cheap
A .Net Standard client for the NDAX cryptocurrency API.
Leverage user-centric API analytics to drive adoption, usage, and retention, including: - Gain visibility into API adoption and usage - Quickly debug functional and performance issues - Monitor for issues impacting customers - Create live dashboards and share with colleagues - Embed API logs in your app to help customers onboard quickly Native support for REST, GraphQL, Web3, and others
Netherum.Rsk is the extended Web3 library for Rsk. including the non-generic RPC API client methods to interact with the Rsk chain
.Net standard wrapper for TradeOgre exchange's API
This module is responsible for loading and managing the OASISDNA.json config file. This is where all of the settings for the ONODE are kept such as settings for each OASIS Provider configured for that ONODE, which ones to use for auto-replication, auto-loadbalance, auto-failover, email, authentication, security, error handling, encryption, logging settings etc.
This is the heart of the OASIS and contains the core OASIS Engine, architecture, managers, interfaces, helpers, holons/objects, object model, enums, etc. It can be used directly in projects/apps if needed (you can use any of the Managers) but it is highly recommended you use the OASIS.API.Native.Integrated.EndPoint or REST API instead.
A Netstandard library for accessing the Coinigy.com SocketCluster WebSocket API.
Official BlockFacts C#/.NET Core SDK including Rest and WebSocket API support.
Simple package for accessing Metamask Rpc and Provider API`s using Blazor
Official BlockFacts C#/.NET SDK including Rest and WebSocket API support.
A .NET implementation for the FixedFloat API for swapping coins. The FixedFloat API is a way to simple swap crypto coins fast and cheap
This sit's at a higher level of abstraction over OASIS API Core, and acts as the main BLL (Business Logic Layer) to the OASIS API, whereas OASIS API Core is the core architecture and hosts the central managers such as ProviderManager, AvatarManager, HolonManager, etc, This package contains more higher level Managers (such as OLANDManager, MissionManager, ParksManager, MapManager, QuestManager, SEEDSManager, etc) and use cases built on top of OASIS API Core. This module also uses the OASISBootLoader to manage loading and using the OASISDNA/config for the ONODE. OASIS API Core does not use the OASISBootLoader because it is at a lower level in the stack and so interface implementions (OASIS Providers) need to be manually injected into each Manager's constructor (DI) whereas this module and the OASISBootLoader manages all of this for you via the OASISDNA.json config file. Both OASIS.API.Core.Native.Integrated.EndPoint & the REST API both use this module/package and provide a wrapper around it and are the recommeneded ways to use the OASIS API.