Skip to content

Fix getPositions suffix

Compare
Choose a tag to compare
@tiagosiebler tiagosiebler released this 20 Apr 21:50
· 142 commits to master since this release
6d57ba5

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()