文件名称:go-coinbasepro:Coinbase Pro API的Go(golang)客户端https:docs.pro.coinbase.com
文件大小:22KB
文件格式:ZIP
更新时间:2024-02-22 08:21:00
go bitcoin trading coinbase BitcoinGo
Go Coinbase专业版 概要 Go 客户端,以前称为gdax 安装 如果使用Go模块(Go版本> = 11.1),只需根据需要导入。 go mod init github.com/yourusername/yourprojectname 旧版Go go get github.com/preichenberger/go-coinbasepro 重要版本 使用安装以前的版本 dep ensure --add github.com/preichenberger/go-gdax@0.5.7 0.5.7,将包重命名为:coinbasepro之前的最新版本 0.5,从0.5开始,此库使用字符串,并且不向后兼容 文献资料 有关功能的完整详细信息,请参阅文档。 建立 客户端将尊重环境变量:默认情况下,COINBASE_PRO_BASEURL,COINBASE_PRO_PASSPHRASE,COINBASE_PRO_KEY,COINBASE_PRO_SECRET import ( coinbasepro "github.com/preichenberger/go-coinbasepro
【文件预览】:
go-coinbasepro-master
----.travis.yml(95B)
----report.go(1KB)
----withdrawals.go(982B)
----currency_test.go(307B)
----message.go(3KB)
----stringnumber.go(487B)
----account.go(2KB)
----error.go(129B)
----cursor.go(1KB)
----product.go(5KB)
----report_test.go(575B)
----transfer.go(440B)
----account_test.go(2KB)
----signing.go(883B)
----client_test.go(257B)
----LICENSE(1KB)
----test_helper.go(2KB)
----client.go(4KB)
----fill_test.go(429B)
----transfer_test.go(331B)
----.gitignore(5B)
----go.sum(175B)
----fill.go(854B)
----order_test.go(3KB)
----README.md(6KB)
----message_test.go(3KB)
----time.go(1KB)
----order.go(3KB)
----currency.go(353B)
----time_test.go(1KB)
----product_test.go(2KB)
----pagination.go(889B)
----go.mod(96B)