Skip to content

Releases: tiagosiebler/ftx-api

Auth signing fixes for GET requests

07 May 19:50
0ad9b80
Compare
Choose a tag to compare

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

WebSocket & Signing Fixes

05 May 19:59
daf8cb0
Compare
Choose a tag to compare
  • Fix(#6) websocket authentication for subaccounts.
  • Fix(#8) topic matching and unsubscribing for websockets.
  • Fix(#10) sign error for specific request types.

Fix getPositions suffix

20 Apr 21:50
6d57ba5
Compare
Choose a tag to compare

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.us REST API & websocket support

16 Apr 07:26
e5b4954
Compare
Choose a tag to compare

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