ftx-api

Node.js connector for the FTX.com & FTX.us APIs and WebSockets, with TypeScript & browser support.

MIT License

Downloads
1.2K
Stars
123
Committers
15

Bot releases are hidden (Show)

ftx-api - Auth signing fixes for GET requests Latest Release

Published by tiagosiebler over 3 years ago

Fixed a small issue causing some authenticated GET requests to return a "not logged in" error.

ftx-api - WebSocket & Signing Fixes

Published by tiagosiebler over 3 years ago

  • Fix(#6) websocket authentication for subaccounts.
  • Fix(#8) topic matching and unsubscribing for websockets.
  • Fix(#10) sign error for specific request types.
ftx-api - Fix getPositions suffix

Published by tiagosiebler over 3 years ago

The following endpoints were unnecessarily suffixed with ? when an optional parameter was missing, causing 401 errors for signed requests:

  • getOrderbook()
  • getPositions()
  • getDepositAddress()
  • getOpenOrders()
  • getQuoteStatus()
  • getMarketInfo()
ftx-api - FTX.us REST API & websocket support

Published by tiagosiebler over 3 years ago

This release improves types & adds support for the FTX.us exchange REST APIs and WebSockets.

See the readme for more details: https://github.com/tiagosiebler/ftx-api#ftxus