Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 697 Bytes

CHANGELOG.md

File metadata and controls

40 lines (22 loc) · 697 Bytes

CHANGELOG

2018.10.24

  • Add a secondary API endpoint.

2018.08.17

  • Add nonce parameter for all auth endpoints.

2018.06.11

  • Add /api/v2/account API.
  • Add user icon & otb_fee_enabled information for /api/v2/users/me API.
  • Deprecate warning for API /api/v2/order_book, and add API /api/v2/depth.

2018.06.05

  • Update pusher app key.

2018.06.01

  • Add Web Socket API document.

2018.05.09

  • Add more examples of signature.
  • Change paramater market from required to optional for API /api/v2/orders.

2018.03.29

  • Remove curly brackets for form-data

2018.02.23

  • Use form-data for auth api POST request

2018.02.07

  • Add initial exchange api doc