GithubHelp home page GithubHelp logo

metarsit / go-crypto-exchange Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 2.0 49 KB

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

Go 100.00%
crypto exchange trades cryptocurrency api golang golang-package

go-crypto-exchange's Introduction

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

go-crypto-exchange's People

Contributors

metarsit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

w1r2p1 rhigdon

go-crypto-exchange's Issues

License

Hi! This project is exactly what I was looking for.
I think it could be improved by adding a License, so that others can use it without overthinking about it.

Unit test

Currently, there is no unit test and that is not okay. Since we can inject the URL variable and use httptest library, we can mock the return and make sure the wrapper works if the server returns the expected value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.