Skip to content

1.4.2

Latest
Compare
Choose a tag to compare
@matthewdovey matthewdovey released this 06 Apr 20:47
· 4 commits to master since this release
1f42adb

This release adds Account API support to the framework excluding not read only API methods.

  • Support for Account API

API Support:

  • getMarkets (public)
  • getCurrencies (public)
  • getTicker (public)
  • getMarketSummaries (public)
  • getMarketSummary (public)
  • getMarketHistory (public)
  • getOrderBook (public)
  • getBalances (account)
  • getBalance (account)
  • getDepositAddress (account)
  • getOrderHistories (account)
  • getOrderHistory (account)
  • getWithdrawalHistories (account)
  • getWithdrawalHistory (account)
  • getDepositHistories (account)
  • getDepositHistory (account)