-
Updated
Mar 8, 2020 - Python
binance
Here are 385 public repositories matching this topic...
Stale readme (GDAX)
As a 3rd party developer there is a reasonable expectation of accuracy when reading the published api documentation and additional tools from same org keep valid URL’s and service references.
Expected:
- this repo and readme linked via Alpaca docs would be valid
Actual:
- GDAX still referenced working and dead links to this service (the coinbase pro rebrand > 1year ago)
More documentation!
-
Updated
Jun 8, 2020 - Go
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
Installation Manual
Hello,
for not so good Linux users it will be very nice if you can provide a short install manual for Ubunto or other OS like bash / win.
I hang on a maybe simple problem like
Node index.js trade
and get
module.js:550
throw err;
BR Udo
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.
-
Updated
Jul 28, 2018 - Swift
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Nov 3, 2018 - Go
-
Updated
May 18, 2020 - JavaScript
-
Updated
Nov 22, 2018 - Go
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
-
Updated
Jun 7, 2020 - C#
-
Updated
Jan 13, 2020 - C#
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 24, 2020 - Go
-
Updated
May 11, 2020 - Go
-
Updated
Jun 20, 2018 - JavaScript
-
Updated
Dec 7, 2018 - JavaScript
Describe the bug
I am adding a trailing stop buy order for LTC/USDT with initial stop 37.1 and limit price 37. Current price is ~37.5. When submit the stop executes immediately with this in the log:
Trailing stop on binance LTC/USDT market hit stop price (37.57000000 < 37.10)
It is obvious that 37.57 is not less than 37.10.
Tested with the latest official release 0.15.2 and with bleedi
-
Updated
Apr 7, 2020 - Java
Improve this page
Add a description, image, and links to the binance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binance topic, visit your repo's landing page and select "manage topics."

Client.get_historical_klinesreturns a list of 12 elements,. What do all of them represent and where is this documented?Documentation only mentions the 5 OHLCV values, unless I am missing something.