Skip to content

Releases: vansergen/bitfinex-node-api

v3.0.0

20 May 00:25
dc2607d
Compare
Choose a tag to compare

3.0.0 (2022-05-20)

⚠ BREAKING CHANGES

  • drop Node.js <16.15.0 support

Performance Improvements

  • drop Node.js <16.15.0 support (c90ee5e)

Metadata

v2.3.1

07 Mar 13:05
4f7a8ad
Compare
Choose a tag to compare

2.3.1 (2021-03-07)

Dependencies

  • upgrade rpc-request to v5.0.3 (26d4980)

v2.3.0

17 Feb 10:30
bd6c1cc
Compare
Choose a tag to compare

2.3.0 (2021-02-17)

Features

  • add the closeFunding method (3b7f2a6)
  • add the closePosition method (1704a23)
  • add the getFundingTrades method (191d596)
  • add the getTakenFunds method (c53a180)
  • add the getTotalFunds method (a2c34ed)
  • add the getUnusedFunds method (b80b4c6)

v2.2.0

15 Feb 18:36
52de8c2
Compare
Choose a tag to compare

2.2.0 (2021-02-15)

Features

  • add the activeCredits method (973bd1d)
  • add the cancelOffer method (ffee052)
  • add the getDepositsWithdrawals method (091c67c)
  • add the getOffers method (bb643e9)
  • add the getPastTrades method (c2fc288)
  • add the newOffer method (0e20249)
  • add the offersHistory method (2b6a768)
  • add the offerStatus method (2f24873)

Bug Fixes

  • update the Trade interface (a2881bb)

v2.1.0

15 Feb 09:50
6bde03d
Compare
Choose a tag to compare

2.1.0 (2021-02-15)

Features

  • add the getBalanceHistory method (5723a2f)

Dependencies

v2.0.1

27 Dec 11:55
1dc5afd
Compare
Choose a tag to compare

2.0.1 (2020-12-27)

v2.0.0

27 Dec 11:45
ed3a8dd
Compare
Choose a tag to compare

2.0.0 (2020-12-27)

⚠ BREAKING CHANGES

  • drop Node <14.15.3 support
  • the class PublicClient1 extends FetchClient

Features

  • the class PublicClient1 extends FetchClient (83d38b0)
  • auth: add claimPosition method (294eef2)
  • auth: add getOrder method (99c9cb4)
  • auth: add getOrderHistory method (e3edc68)
  • auth: add getOrders method (4bcec3f)
  • auth: add getPositions method (9f50f55)
  • auth: add nonce setter (5f68c85)
  • auth: add replaceOrder method (d4b1443)
  • auth1: add cancelAllOrders method (b62027c)
  • auth1: add cancelOrder method (eb594cc)
  • auth1: add cancelOrders method (2ec366a)
  • auth1: add getAccountFees method (cb3f1db)
  • auth1: add getAccountInfo method (17c8b2a)
  • auth1: add getDepositAddress method (994bdaa)
  • auth1: add getKeyPermissions method (e59877e)
  • auth1: add getMarginInformation method (3cbaa5b)
  • auth1: add getSummary method (a791d62)
  • auth1: add getWalletBalances method (9608552)
  • auth1: add newOrder method (fa99be3)
  • auth1: add newOrders method (c6a95b2)
  • auth1: add transfer method (b9e0923)
  • auth1: add withdraw method (6bca2d9)
  • module: add AuthenticatedClient1 class (2dbc38a)
  • add signer function (571b0ef)

Bug Fixes

  • package.json, package-lock.json & .snyk to reduce vulnerabilities (0aad4ab)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (8e0853f)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (d365377)
  • upgrade rpc-request from 3.1.2 to 3.1.6 (e4db559)
  • upgrade snyk from 1.316.1 to 1.316.2 (4612cc2)
  • upgrade snyk from 1.316.1 to 1.316.2 (52feaf3)
  • auth: remove DefaultCurrency from the transfer method (f67ae40)

Performance Improvements

  • drop Node <14.15.3 support (8cc643e)
  • signer accepts string as a paylod (3cc424b)

Dependencies

v1.0.0

28 Nov 16:20
4c03b1a
Compare
Choose a tag to compare

Changes

PublicClient1

  • Add getTicker method
  • Add getStats method
  • Add getFundingBook method
  • Add getOrderBook method
  • Add getTrades method
  • Add getLends method
  • Add getSymbols method
  • Add getSymbolDetails method

NPM dependencies:

  • Add rpc-request

NPM devDependencies:

  • Add typescript
  • Add ts-node
  • Add prettier
  • Add nock
  • Add mocha
  • Add @types/mocha
  • Add lint-staged
  • Add husky
  • Add eslint
  • Add @typescript-eslint/parser
  • Add @typescript-eslint/eslint-plugin

Other Changes

  • Add CHANGELOG
  • Add Code of Conduct
  • Add Travis CI support
  • Add GitHub templates
  • Add tests
  • Update README with examples