-
Updated
Jan 9, 2020 - JavaScript
cryptocurrency-exchanges
A cryptocurrency is a digital currency that only has value dependent on those who back it. For security, cryptocurrencies rely on blockchaining: a database organized in such a way that records are kept secure through peer-to-peer networks. Each record is kept within a block, and each block holds a timestamp and link to the block before it. The first cryptocurrency was Bitcoin, implemented in 2009 by Satoshi Nakamoto.
Here are 324 public repositories matching this topic...
-
Updated
Jun 9, 2020 - Ruby
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Jun 7, 2020 - Java
An issue to collect data and tasks needed for adding binance
-
Decrease Callback/ Load Amount to 1 in #40
-
Analyze compatibility
Needed changes in Data call?
Needed changes in Data storage (Multiple times same pair e.g. "ETH-USD") -
Discuss form of presentation
Original:Send all data to client, and hide/ show selection on clientside with js?
Update: Sending all data s
Add createwallet
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
http://docs.coinigy.apiary.io/
This will allow the bot to work with many exchanges with only a single interface. The title is very self-explanatory - take their 30 day trial and see if you like what you can do with it.
In reference to
https://github.com/coingecko/cryptoexchange/blob/master/lib/cryptoexchange/exchanges/binance/market.rb#L7
https://github.com/coingecko/cryptoexchange/blob/master/spec/exchanges/binance/integration/market_spec.rb#L20
Label the exchange in the README when implemented
add trade_page_url to list of the following exchanges
- Lykke
- Tidex
- Tidebit
- Koinex
-
Updated
Nov 20, 2019 - Go
Task description
Gemini mocks are not made for history/accounting integration testing. Gemini offers a sandbox but we have done way too many trades in the sandbox to do any testable calculations. So should also probably be mocked.
They should be enabled here:
M
-
Updated
Jun 7, 2020 - JavaScript
Add exchange bybit
Integrate the bybit exchange
Exchange URL
https://www.bybit.com/
Exchange API URL
https://bybit-exchange.github.io/docs/inverse/
Additional information about Websocket connection
https://bybit-exchange.github.io/docs/inverse/#t-websocket
According to official documentation I should listen ping messages and reply pong message in my websocket channels:
The websocket server will send a ping frame every 3 minutes. If the websocket server does not receive a pong frame back from the connection within a 10 minute period, the connec
-
Updated
May 31, 2018 - Perl
-
Updated
Jun 5, 2020 - Ruby
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
May 10, 2020 - JavaScript
-
Updated
Mar 3, 2020 - Python
-
Updated
May 17, 2020 - Rust
-
Updated
Jun 9, 2020
-
Updated
Jun 5, 2020 - Ruby
-
Updated
Jun 9, 2020 - TypeScript
-
Updated
Mar 22, 2020 - Python
-
Updated
Apr 25, 2020 - Java
I have an error following the installation tutorial in google cloud
I did exactly as in the wiki document and had error, someone can try to run the tutorial and know if the same is valid.
-
Updated
May 27, 2020 - Python
Is your feature request related to a problem? Please describe.
Now that the database is refactored into something more logical, it would be useful to create a set of tests for the following APIs:
SettlementEngineAuctionEngineLimitEngineAuctionOrderbookLimitOrderbookPuzzleStoreDepositStore
Describe the solution you'd like
Each of t
-
Updated
Aug 10, 2019 - Python
Hi people,
Good night, I was developing an bot application using this API (python-bittrex v 1.1) and when my bot will go buy the currency with the method buy_limit(market, quantity, rate) it can't buy the currency, and return of this call with the method buy_limit() it's:
{'success': False, 'message': 'INVALID_MARKET', 'result': None}.I just pass the name of market with less "BTC-",