-
Updated
Jul 15, 2020 - Java
#
exchange-api
Here are 68 public repositories matching this topic...
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
java
bitcoin
trading-api
cryptocurrency
exchange
stock-market
trading-platform
low-latency
lock-free
hft
hft-trading
order-book
forex-trading
matching-engine
lmax-disruptor
exchange-api
stock-trading
stock-exchange
cryptocurrency-exchanges
matching-algorithm
A simple Bitcoin trading bot written in Java.
java
spring-boot
bitcoin
trading
rest-api
trading-bot
trading-api
cryptocurrency
exchange-api
exchange-adapters
strategy-api
-
Updated
May 3, 2020 - Java
REST Exchange API for Kraken.com, Python 3
-
Updated
Jul 23, 2019 - Python
Bitfinex Websocket API Client written in Python3
-
Updated
Oct 21, 2018 - Python
SDKs for CoinAPI
api
sdk
bitcoin
ethereum
ripple
api-client
trading-api
exchange
exchange-rates
api-rest
apis
market-data
cryptocurrencies
exchange-api
coinapi-sdk
-
Updated
Aug 21, 2020 - C++
cli
golang
bitcoin
ethereum
blockchain
cryptocurrency
exchange
btc
ticker
bitfinex
huobi
price-tracker
kraken
poloniex
exchange-api
bittrex
coinmarketcap
binance
okex
hitbtc
-
Updated
Aug 3, 2020 - Go
deprecated
trading-api
cryptocurrency
bitstamp
poloniex
exchange-api
bittrex
bitcoin-price
kraken-exchange-api
cryptocurrency-exchanges
binance
hitbtc-api
-
Updated
Mar 22, 2020 - Python
(UNMAINTAINED) REST Exchange API for Kraken.com, Python 2
-
Updated
May 17, 2017 - Python
Wrapper for BitMEX.com REST & WebSocket API
quotes
wrapper
csharp
bitcoin
dotnet
rest-api
position
instrument
cryptocurrency
exchange
api-wrapper
trade
bitcoin-api
bitmex
exchange-api
tradeapi
bitmex-api
-
Updated
Feb 5, 2020 - C#
Exchange rates API is a simple and lightweight free service for current and historical foreign exchange rates & crypto exchange rates.
vue
exchange-rates
currency-exchange-rates
currency-converter
currency-api
exchange-rate-forecasting
exchange-api
serverless-application-model
ecb-rates
ecb-currency-converter
echangerate
api-exchange-rates
europe-central-bank
-
Updated
Aug 11, 2020 - CSS
收集加密货币相关的项目资源列表(Collect cryptocurrency related open source projects)
-
Updated
Jul 13, 2020
Complete Code Base for Bitcoin-Api
nodejs
javascript
api
npm
aws
cloud
node
aws-lambda
js
bitcoin
serverless
blockchain
full-stack
exchange
fullstack
bitcoin-api
exchange-api
bitcoin-blockchain
bitcoin-node
bitcoin-withdraws
-
Updated
Aug 24, 2020 - JavaScript
dang1412
commented
Jul 22, 2018
Description
Bitfinex candlestick history api can not handle much data in one request.
Current behavior
If data amount limit exceeded, the older part of data is returned.
Desired behavior
All data should be returned or at least, newer part of data should be prior in order to feed tradingview
BitMEX (un)authenticated REST and WebSocket helper methods
-
Updated
Jul 18, 2018 - JavaScript
xStation5 Trading API for NodeJS/JS
nodejs
typescript
trading
websocket
trading-api
forex
xapi
forex-trading
exchange-api
forex-data
xstation5
xtb
xopenhub
forex-api
xopenhub-api
xtb-api
xstation-api
x-trade-brokers
bfbcapital
xstation
-
Updated
Jul 28, 2020 - TypeScript
A cryptocurrency trading library with support for more than 100 bitcoin/altcoin exchanges. Uses original ccxt (python) code.
api
bot
library
crypto
bitcoin
trading
trading-api
cryptocurrency
exchange
e-commerce
market-data
strategy
btc
arbitrage
altcoin
exchange-api
merchant
invest
ccxt
exchange-markets
-
Updated
Mar 3, 2019 - C#
Simple profit analyzer for tracking currency pairs between multiple exchanges
javascript
kotlin
bitcoin
reactjs
ethereum
cryptocurrency
realtime-tracking
profit-calculator
exchange-api
-
Updated
Jul 11, 2018 - JavaScript
Bitbay.net cryptocurrency exchange api in JavaScript
-
Updated
May 25, 2020 - JavaScript
Fully featured, idiomatic Ruby library for BitMEX API.
-
Updated
Aug 1, 2020 - Ruby
EOD Historical Data API Client Wrapper (Financial and Stock Market API) for Laravel/PHP
-
Updated
Mar 24, 2020 - PHP
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
c-sharp
bitcoin
dotnet
cryptocurrency
exchange
dash
crypto-library
mit-license
litecoin
dogecoin
bitcoin-api
bitcoind
bitcoin-core
exchange-api
bitcoin-payment
cryptocurrency-exchanges
smartcash
cryptean
bitcoinlib
cryptocurren
-
Updated
Aug 23, 2018 - C#
Rust library for the Huobi REST API
-
Updated
Apr 20, 2019 - Rust
Demonstração de Utilização da API de Trade da NegocieCoins
-
Updated
Mar 2, 2017 - C#
Idex API async Python wrapper
-
Updated
Jan 7, 2020 - Python
This R package provides some simple functions to enable interaction with the Matchbook.com RESTful API service.
-
Updated
Aug 25, 2017 - R
Lambdabox provides a generic embedded domain specific language (EDSL) in Haskell for communication with multiple cryptocurrency exchanges.
haskell
crypto
trading
blockchain
trading-bot
edsl
cryptocurrency
algotrading
blackbox
exchange-api
cryptocurrency-exchanges
binance
-
Updated
Jun 30, 2018 - Haskell
Fetch order books from various cryptocurrency exchanges
-
Updated
Aug 18, 2020 - Haskell
PHP Exchange Rates Library/Package provides APIs for latest exchange rates and historical rates.
-
Updated
Dec 17, 2019 - PHP
Improve this page
Add a description, image, and links to the exchange-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exchange-api topic, visit your repo's landing page and select "manage topics."
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the
createwallet
command with a unique id and the connection can have the--rpcwallet
with the same id.What are the alternative if I need to handle more than 1 wallet. Thanks