Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

BitMEX (non-official) client for rust

Documentation

Usage

Add this to your Cargo.toml

[dependencies]
bitmex-rs = "0.1"

Examples located in the examples and tests folder.

Implementation status

If you find some features are not implemented and you just need them urgently, file an issue and I'll put that in priority. A PR is also welcome :)

  • Announcement
    • GET /announcement
    • GET /announcement/urgent
  • APIKey
    • GET /apiKey
    • POST /apiKey
    • DELETE /apiKey
    • POST /apiKey/enable
    • POST /apiKey/disable
  • Chat
    • GET /chat
    • POST /chat
    • GET /chat/channels
    • GET /chat/connected
  • Execution
    • GET /execution
    • GET /execution/tradeHistory
  • Funding
    • GET /funding
  • GlobalNotification
    • GET /globalNotification
  • Instrument
    • GET /instrument
    • GET /instrument/active
    • GET /instrument/activeAndIndices
    • GET /instrument/activeIntervals
    • GET /instrument/compositeIndex
    • GET /instrument/indices
  • Insurance
    • GET /insurance
  • Leaderboard
    • GET /leaderboard
    • GET /leaderboard/name
  • Liquidation
    • GET /liquidation
  • Order
    • GET /order
    • PUT /order
    • POST /order
    • DELETE /order
    • DELETE /order/all
    • PUT /order/bulk
    • POST /order/bulk
    • POST /order/cancelAllAfter
    • POST /order/closePosition
  • OrderBook
    • GET /orderBook/L2
  • Position
    • GET /position
    • POST /position/isolate
    • POST /position/leverage
    • POST /position/riskLimit
    • POST /position/transferMargin
  • Quote
    • GET /quote
    • GET /quote/bucketed
  • Schema
    • GET /schema
    • GET /schema/websocketHelp
  • Settlement
    • GET /settlement
  • Stat
    • GET /stats
    • GET /stats/history
    • GET /stats/historyUSD
  • Trade
    • GET /trade
    • GET /trade/bucketed
  • User
    • GET /user
    • PUT /user
    • GET /user/affiliateStatus
    • POST /user/cancelWithdrawal
    • GET /user/checkReferralCode
    • GET /user/commission
    • POST /user/communicationToken
    • POST /user/confirmEmail
    • POST /user/confirmEnableTFA
    • POST /user/confirmWithdrawal
    • GET /user/depositAddress
    • POST /user/disableTFA
    • GET /user/executionHistory
    • POST /user/logout
    • POST /user/logoutAll
    • GET /user/margin
    • GET /user/minWithdrawalFee
    • POST /user/preferences
    • POST /user/requestEnableTFA
    • POST /user/requestWithdrawal
    • GET /user/wallet
    • GET /user/walletHistory
    • GET /user/walletSummary
  • UserEvent
    • GET /userEvent
  • Websocket

About

研究BitMex,搞Rust量化

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /