Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 629 Bytes

File metadata and controls

22 lines (15 loc) · 629 Bytes

API Changelog 1.1.0 vs. 1.1.1

GET /user/orders

  • added the new optional 'query' request parameter 'page'
  • added the new optional 'query' request parameter 'per_page'
  • added the media type 'application/json; charset=utf-8' for the response with the status '200'

DELETE /user/orders/{uuid}/cancel

  • api path removed with deprecation

GET /user/price_alerts

  • ⚠️ api path removed without deprecation

POST /user/price_alerts

  • ⚠️ api path removed without deprecation

DELETE /user/price_alerts/{id}

  • ⚠️ api path removed without deprecation

GET /user/withdrawals

  • endpoint added