Skip to content

Releases: bitmartexchange/bitmart-postman-api

v2025.09.23 Release

Choose a tag to compare

@11101171 11101171 released this 29 Oct 15:03

New Features

  • New
    • /contract/public/leverage-bracket Get Current Leverage Risk Limit
    • /contract/public/market-trade Query the latest trade data
  • Update
    • /contract/private/order-history Get Order History
    • /spot/v2/submit_order New Order(v2) (SIGNED)
    • /spot/v4/batch_orders New Batch Order(v4) (SIGNED)

v2025.05.08 Release

Choose a tag to compare

@11101171 11101171 released this 08 May 15:13

New Features

  • New
    • /contract/private/position-v2 Get Current Position V2 (KEYED)
    • /contract/private/set-position-mode Set Position Mode (SIGNED)
    • /contract/private/get-position-mode Get Position Mode (KEYED)
    • /contract/private/cancel-all-after Canceling all contract orders timed (SIGNED)
    • /contract/private/modify-limit-order Modifying contract limit orders(SIGNED)
  • Update
    • /contract/private/order Get Order Detail (KEYED)
    • /contract/private/order-history Get Order History (KEYED)
    • /contract/private/position Get Current Position (KEYED)
    • /contract/private/position-risk Get Current Position Risk Details(KEYED)
    • /contract/private/trades Get Order Trade (KEYED)
    • /contract/private/transaction-history Get Transaction History (KEYED)
      • Feat:Add new request field account, support differentiation between futures and copy_trading

v2025.02.23 Release

Choose a tag to compare

@11101171 11101171 released this 23 Feb 13:00

New Features

  • New
    • /contract/public/markprice-kline Get MarkPrice K-line
    • /contract/private/submit-trail-order Submit Trail Order (SIGNED)
    • /contract/private/cancel-trail-order Cancel Trail Order (SIGNED)
    • /account/v1/withdraw/address/list Withdraw Address (KEYED)

v2024.12.12 Release

Choose a tag to compare

@11101171 11101171 released this 13 Dec 02:26

New Features

  • New
    • /contract/public/funding-rate-history Query Funding Rate History
    • /contract/private/transaction-history Query Transaction History (KEYED)

v2024.10.17 Release

Choose a tag to compare

@11101171 11101171 released this 18 Oct 01:59

New Features

  • New
    • /contract/private/trade-fee-rate Get Trade Fee Rate (KEYED)

v2024.9.20 Release

Choose a tag to compare

@11101171 11101171 released this 20 Sep 08:08

New Features

  • New
    • /spot/v4/batch_orders
    • /spot/v4/cancel_orders
    • /spot/v4/cancel_all
    • /contract/private/current-plan-order
    • /contract/private/position-risk
    • /contract/private/submit-tp-sl-order
    • /contract/private/modify-plan-order
    • /contract/private/modify-tp-sl-order
    • /contract/private/affiliate/rebate-list
  • Updated
  • Removed
    • /spot/v2/ticker
    • /spot/v1/ticker_detail
    • /spot/v1/steps
    • /spot/v1/symbols/kline
    • /spot/v1/symbols/book
    • /spot/v1/symbols/trades
    • /spot/v2/batch_orders
    • /spot/v1/cancel_orders

v20230831

Choose a tag to compare

@11101171 11101171 released this 31 Aug 09:53

2023-08-31

  • New spot public market v3 endpoints
    • /spot/quotation/v3/tickers Get Ticker of All Pairs (V3)
    • /spot/quotation/v3/ticker Get Ticker of a Trading Pair(V3)
    • /spot/quotation/v3/lite-klines Get Latest K-Line (V3)
    • /spot/quotation/v3/klines Get History K-Line (V3)
    • /spot/quotation/v3/books Get Depth(V3)
    • /spot/quotation/v3/trades Get Recent Trades(V3)