Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/Pulsar-Systems/gocryptotrader
A cryptocurrency trading bot supporting multiple exchanges written in Golang.
Please note that this bot is under development and is not ready for production!
Join our slack to discuss all things related to GoCryptoTrader! GoCryptoTrader Slack
Exchange | REST API | Streaming API | FIX API |
---|---|---|---|
Alphapoint | Yes | Yes | NA |
Binance.US | Yes | Yes | NA |
Binance | Yes | Yes | NA |
Bitfinex | Yes | Yes | NA |
Bitflyer | Yes | No | NA |
Bithumb | Yes | Yes | NA |
BitMEX | Yes | Yes | NA |
Bitstamp | Yes | Yes | No |
Bittrex | Yes | Yes | NA |
BTCMarkets | Yes | Yes | NA |
BTSE | Yes | Yes | NA |
Bybit | Yes | Yes | NA |
CoinbasePro | Yes | Yes | No |
COINUT | Yes | Yes | NA |
Exmo | Yes | NA | NA |
FTX | Yes | Yes | No |
GateIO | Yes | Yes | NA |
Gemini | Yes | Yes | No |
HitBTC | Yes | Yes | No |
Huobi.Pro | Yes | Yes | NA |
ItBit | Yes | NA | No |
Kraken | Yes | Yes | NA |
Lbank | Yes | No | NA |
LocalBitcoins | Yes | NA | NA |
OKCoin International | Yes | Yes | No |
Okx | Yes | Yes | NA |
Poloniex | Yes | Yes | NA |
Yobit | Yes | NA | NA |
ZB.COM | Yes | Yes | NA |
We are aiming to support the top 30 exchanges sorted by average liquidity as ranked by CoinMarketCap. However, we welcome pull requests for any exchange which does not match this criterion. If you need help with this, please join us on Slack.
** NA means not applicable as the exchange does not support the feature.
Planned features can be found on our community Trello page.
Please feel free to submit any pull requests or suggest any desired features to be added.
When submitting a PR, please abide by our coding guidelines:
master
branch.Download and install Go from Go Downloads for your platform.
GoCryptoTrader is built using Go Modules and requires Go 1.11 or above Using Go Modules you now clone this repository outside your GOPATH
git clone https://github.com/thrasher-corp/gocryptotrader.git
cd gocryptotrader
go build
mkdir ~/.gocryptotrader
cp config_example.json ~/.gocryptotrader/config.json
git clone https://github.com/thrasher-corp/gocryptotrader.git
cd gocryptotrader
go build
copy config_example.json %APPDATA%\GoCryptoTrader\config.json
config.json
file.gocryptotrader
binary file inside your GOPATH bin folder.If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to:
bc1qk0jareu4jytc0cfrhr5wgshsq8282awpavfahc
Binaries will be published once the codebase reaches a stable condition.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.