Skip to main content

Update Logs

2025-01-18

  • Trading System Update
    • Order Side Add SHORT
    • POST /openapi/account/orders/option/preview Add an options estimation interface.
    • POST /openapi/account/orders/option/place Add an options order placement interface.
    • POST /openapi/account/orders/option/replace Add an options order modification interface.
    • POST /openapi/account/orders/option/cancel Add an options order cancellation interface.
    • GET /openapi/account/orders/history Add a historical order interface, recommended for options order queries.
    • GET /openapi/account/orders/open Add an open orders interface, recommended for options order queries.
    • GET /openapi/account/orders/detail Add an order details interface, recommended for options order queries.

2025-01-04

  • Python SDK place order and replace order optimize, add v2 api:
    • place order:api.order.place_order_v2
    • replace order:api.order.replace_order_v2

2024-06-15

2024-06-01

  • Updated account position interfaces
    • GET /account/positions response qty from Integer update to String

2024-05-25

  • Added security information interfaces
    • GET /trade/security Get security information

2024-05-11

2024-03-02

2023-02-11

  • Added trading calendar interfaces
    • GET /trade/calendar Get trading calendar