Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prompt-cash/ccxt-go
Transpiled version of the CCXT exchange library to Go (Golang)
https://github.com/prompt-cash/ccxt-go
Last synced: 3 months ago
JSON representation
Transpiled version of the CCXT exchange library to Go (Golang)
- Host: GitHub
- URL: https://github.com/prompt-cash/ccxt-go
- Owner: prompt-cash
- License: other
- Created: 2021-09-05T16:44:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T09:55:56.000Z (almost 3 years ago)
- Last Synced: 2024-07-20T01:14:19.200Z (4 months ago)
- Language: Go
- Size: 1.28 MB
- Stars: 70
- Watchers: 6
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccxt - ccxt-go - Go. (Languages)
README
# CCXT Go
Transpiled [CCXT exchange library](https://github.com/ccxt/ccxt) from their original JavaScript source to Go (Golang).## Features
- support 100+ cryptocurrency exchanges with a unified API
- fully implemented public and private APIs for fetching market data, trading, arbitrage, etc..### Requirements
```
Go >= 1.13
```### Installation
```
go get https://github.com/prompt-cash/ccxt-go
```
Take a look into [ccxt_test.go](pkg/ccxt/ccxt_test.go) for an example how to get started.## Alpha Release
It’s all still very alpha, so no guarantees of any kind.
Especially some rarely used helper functions are not implemented yet and
just panic with a todo message. If you need these exchanges you will
need to implement those.## Contact
[Website](https://prompt.cash/) -
[Twitter](https://twitter.com/CashPrompt) -
[Telegram](https://t.me/PromptCash) -
[YouTube](https://www.youtube.com/channel/UClfNVdL3T0RF6pF1yGi9teg)