Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
github.com/christian-achilli/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 | Yes | Yes | NA |
Bitfinex | Yes | Yes | NA |
Bitflyer | Yes | No | NA |
Bithumb | Yes | NA | NA |
BitMEX | Yes | Yes | NA |
Bitstamp | Yes | Yes | No |
Bittrex | Yes | No | NA |
BTCMarkets | Yes | No | NA |
BTSE | Yes | Yes | NA |
COINUT | Yes | Yes | NA |
Exmo | Yes | NA | NA |
FTX | Yes | Yes | No |
CoinbasePro | Yes | Yes | No |
Coinbene | Yes | No | 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 |
LakeBTC | Yes | No | NA |
LocalBitcoins | Yes | NA | NA |
OKCoin International | Yes | Yes | No |
OKEX | Yes | Yes | No |
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.