All Projects → nntaoli-project → Goex

nntaoli-project / Goex

Licence: mit
Exchange Rest And WebSocket API For Golang Wrapper support okcoin,okex,huobi,hbdm,bitmex,coinex,poloniex,bitfinex,bitstamp,binance,kraken,bithumb,zb,hitbtc,fcoin, coinbene

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Goex

Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-91.33%)
Mutual labels:  bitcoin, btc, kraken, poloniex, bitfinex, binance
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-88.13%)
Mutual labels:  bitcoin, btc, kraken, poloniex, bitfinex, binance
Orko
Trade on and script multiple crypto exchanges from a single user interface on desktop and mobile. In development.
Stars: ✭ 128 (-89.23%)
Mutual labels:  bitcoin, kraken, bitfinex, binance
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-97.81%)
Mutual labels:  bitfinex, kraken, poloniex, binance
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (-88.72%)
Mutual labels:  kraken, poloniex, bitfinex, binance
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (-45.88%)
Mutual labels:  bitcoin, kraken, bitfinex, binance
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (-58.84%)
Mutual labels:  bitcoin, kraken, poloniex, bitfinex
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+117.93%)
Mutual labels:  bitcoin, kraken, bitfinex, binance
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (-79.71%)
Mutual labels:  bitcoin, kraken, poloniex, bitfinex
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (-91.92%)
Mutual labels:  bitfinex, kraken, binance
GOAi
No description or website provided.
Stars: ✭ 57 (-95.2%)
Mutual labels:  quant, btc, bitfinex
Trading Indicator
provide trading technical indicator values based on data of almost crypto currency exchanges
Stars: ✭ 31 (-97.39%)
Mutual labels:  kraken, bitfinex, binance
Bitcoinexchangefh
Cryptocurrency exchange market data feed handler
Stars: ✭ 871 (-26.68%)
Mutual labels:  bitcoin, kraken, bitfinex
Quantbot
数字货币量化交易学习框架
Stars: ✭ 257 (-78.37%)
Mutual labels:  bitcoin, quant, binance
coinmarketcap-icons-cryptos
Repository of all crypto icons, and allows you to download all images of icons of crypto currencies listed on the coinmarketcap site 9129 icons
Stars: ✭ 17 (-98.57%)
Mutual labels:  btc, kraken, binance
Gitbitex Spot
An Open Source Cryptocurrency Exchange
Stars: ✭ 320 (-73.06%)
Mutual labels:  bitcoin, btc, bitfinex
Algo Coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 365 (-69.28%)
Mutual labels:  bitcoin, kraken, poloniex
bitcointaxer
Crypto-TAX Gain/Loss Calculator
Stars: ✭ 33 (-97.22%)
Mutual labels:  kraken, poloniex, binance
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (-75.59%)
Mutual labels:  bitcoin, btc, binance
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-96.21%)
Mutual labels:  bitcoin, kraken, binance
goex

goex目标

goex项目是为了统一并标准化各个数字资产交易平台的接口而设计,同一个策略可以随时切换到任意一个交易平台,而不需要更改任何代码。

English

wiki文档

文档

goex已支持交易所 23+

交易所 行情接口 交易接口 版本号
huobi.pro Y Y 1
hbdm.com Y (REST / WS) Y 1
okex.com (spot/future) Y (REST / WS) Y 1
okex.com (swap future) Y Y 2
binance.com Y Y 1
kucoin.com Y Y 1
bitstamp.net Y Y 1
bitfinex.com Y Y 1
zb.com Y Y 1
kraken.com Y Y *
poloniex.com Y Y *
big.one Y Y 2|3
hitbtc.com Y Y *
coinex.com Y Y 1
exx.com Y Y 1
bithumb.com Y Y *
gate.io Y N 1
bittrex.com Y N 1.1

安装goex库

go get

go get github.com/nntaoli-project/goex

建议go mod 管理依赖

require (
          github.com/nntaoli-project/goex latest
)

注意事项

  1. 推荐使用GoLand开发。
  2. 推荐关闭自动格式化功能,代码请使用go fmt 格式化.
  3. 不建议对现已存在的文件进行重新格式化,这样会导致commit特别糟糕。
  4. 请用OrderID2这个字段代替OrderID
  5. 请不要使用deprecated关键字标注的方法和字段,后面版本可能随时删除的

donate

BTC:13cBHLk6B7t3Uj7caJbCwv1UaiuiA6Qx8z

LTC:LVxM7y1K2dnpuNBU42ei3dKzPySf4VAm1H

ETH:0x98573ddb33cdddce480c3bc1f9279ccd88ca1e93

欢迎为作者付一碗面钱

微信 支付宝

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].