Skip to content

Crypto Exchange is a Crypto Trading platform that has a ready API for consumer. This repository uses Golang to call the provided REST API

Notifications You must be signed in to change notification settings

metarsit/go-crypto-exchange

Repository files navigation

Crypto Exchange is a Crypto Trading platform that has a ready API for consumer. This repository uses Golang to call the provided REST API

Supported API (Official Docs):

The table of listed APIs that are supported by this package.

User API

User API Support
/v1/account ✔️
/v1/order
/v1/showOrders ✔️
/v1/orders/cancel ✔️
/v1/cancelAllOrders ✔️
/v1/openOrders ✔️
/v1/allOrders ✔️
/v1/myTrade ✔️

Market API

Endpoint API Support
/v1/symbols ✔️
/v1/ticker ✔️
/v1/ticker?symbol=
/v1/klines ✔️
/v1/trades ✔️
/v1/ticker/price ✔️
/v1/depth ✔️

Remark

There are more information in README.md of each examples.

✔️ - API works as expected

❗ - API does not fully return expected information

Installation

To use this package, run:

go get github.com/metarsit/go-crypto-exchange

About

Crypto Exchange is a Crypto Trading platform that has a ready API for consumer. This repository uses Golang to call the provided REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages