Giter VIP home page Giter VIP logo

haskell-binance's Introduction

haskell-binance

An unofficial Haskell wrapper for the Binance cryptocurrency exchange API. Work in progress.

Rest API Status

  • GET /api/v1/ping
  • GET /api/v1/time
  • GET /api/v1/exchangeInfo
  • GET /api/v1/depth
  • GET /api/v1/trades
  • GET /api/v1/historicalTrades
  • GET /api/v1/aggTrades
  • GET /api/v1/klines
  • GET /api/v1/ticker/24hr
  • GET /api/v3/ticker/price
  • GET /api/v3/ticker/bookTicker
  • POST /api/v3/order (HMAC SHA256)
  • POST /api/v3/order/test (HMAC SHA256)
  • GET /api/v3/order (HMAC SHA256)
  • DELETE /api/v3/order (HMAC SHA256)
  • GET /api/v3/openOrders (HMAC SHA256)
  • GET /api/v3/allOrders (HMAC SHA256)
  • GET /api/v3/account (HMAC SHA256)
  • GET /api/v3/myTrades (HMAC SHA256)

User Data Streams Status

  • POST /api/v1/userDataStream
  • PUT /api/v1/userDataStream
  • DELETE /api/v1/userDataStream

WebSocket Streams Status

  • <symbol>@aggTrade

  • <symbol>@trade

  • <symbol>@kline_<interval>

  • <symbol>@ticker

  • !ticker@arr

  • <symbol>@depth<levels>

  • <symbol>@depth

  • Multiple stream support

TODO: Add better error handling TODO: Deserialize stream results

Withdrawal API Status

  • POST /wapi/v3/withdraw.html (HMAC SHA256)
  • GET /wapi/v3/depositHistory.html (HMAC SHA256)
  • GET /wapi/v3/withdrawHistory.html (HMAC SHA256)
  • GET /wapi/v3/depositAddress.html (HMAC SHA256)
  • GET /wapi/v3/withdrawFee.html (HMAC SHA256)
  • GET /wapi/v3/accountStatus.html
  • GET /wapi/v3/systemStatus.html

haskell-binance's People

Contributors

adrianmay avatar lucsanszky avatar

Watchers

James Cloos avatar  avatar

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.