Skip to content

Latest commit

 

History

History
156 lines (99 loc) · 2.2 KB

File metadata and controls

156 lines (99 loc) · 2.2 KB

Changelog

1.6.2 - 2024-03-15

Updated

  • Fix precision of quantity in newOrder response

1.6.1 - 2023-11-17

Updated

  • Imporve stardard withdrawal
  • RoundCeil for sell price, roundFloor for buy price

1.6.0 - 2023-09-22

Updated

  • Replace signature with access-token

1.5.9 - 2023-07-12

Updated

  • Replace minOrderPrice with minLimitOrderUSDValue in exchange info

1.5.8 - 2023-07-05

Fixed

  • Fix place order gas fee

1.5.7 - 2023-05-04

Updated

  • Update mainnet base endpoint
  • Update sdk docs link

1.5.6 - 2023-04-20

Fixed

  • Fix bugs

1.5.5 - 2023-04-04

Fixed

  • Fixed limit order

1.5.3 - 2023-02-21

Updated

  • Update User Data Streams
  • Update balanceUpdate Streams

1.5.1 - 2023-02-09

Updated

  • Update order sign

1.5.0 - 2023-01-18

Updated

  • Ticker24,TickerPrice response add pairId

1.4.9 - 2023-01-17

Fixed

  • Fixed new market order failed

1.4.4 - 2022-12-20

Updated

  • DepositHistory,GetOpenOrders,GetHistoryOrders,MyTrades

1.4.3 - 2022-10-27

Updated

  • TradingKey changed to AssetPrivateKey

1.4.2 - 2022-10-18

Fixed

  • Fix Partial Book Depth

1.4.1 - 2022-09-02

Updated

  • Remove orderListId

1.4.0 - 2022-08-30

Updated

  • Update function name

1.3.1 - 2022-08-09

Fixed

  • Fix new buy order failure

1.3.0 - 2022-07-22

Updated

  • Update create storage_id

1.2.2 - 2022-07-12

Updated

  • AppPrivateKey changed to TradingKey

1.2.1 - 2022-07-01

Added

  • Add setup.py

1.1.0 - 2022-06-30

Added

  • Exchange_info add rateLimits

1.0.8 - 2022-06-15

Added

  • Add get_history_orders, remove get_orders

1.0.7 - 2022-06-13

Added

  • Response add header

1.0.6 - 2022-06-09

Added

  • GasFee

1.0.5 - 2022-06-02

Fixed

  • Limit default value

1.0.4 - 2022-06-01

Fixed

  • SubscribeTicker
  • SubscribeUserData executionReport

1.0.3 - 2022-05-31

Fixed

  • Ticker_24hr highPrice

1.0.2 - 2022-05-27

Fixed

  • Deposit_history status remove 0
  • Withdraw_history status remove 2

1.0.1 - 2022-05-25

Fixed

  • GetAccount function return error when AccountId is 0

1.0.0 - 2022-05-18

Added

  • First release, please find details from README.md