Get our free cryptocurrency tracker/screener.
You will need to log in to your Google Account and install our free connector.
get /api/v1/instrument
Get instruments.
get /api/v1/quote/bucketed
Get previous quotes in time buckets.
get /api/v1/stats/historyUSD
Get a summary of exchange statistics in USD.
get /api/v1/trade/bucketed
Get previous trades in time buckets.
get /api/v1/stats
Get exchange-wide and per-series turnover and volume statistics.
get /api/v1/trade
Get Trades.
get /api/v1/funding
Get funding history.
get /api/v1/user/margin
Get your account's margin status. Send a currency of "all" to receive an array of all supported currencies.
get /api/v1/announcement
Get site announcements.
get /api/v1/chat
Get chat messages.
get /api/v1/user
Get your user model.
post /api/v1/chat
Send a chat message.
get /api/v1/order
Get your orders.
get /api/v1/quote
Get Quotes.
post /api/v1/order
Create a new order.
get /api/v1/apiKey
Get your API Keys.
get /api/v1/schema
Get model schemata for data objects returned by this API.
get /api/v1/position
Get your positions.
get /api/v1/execution
Get all raw executions for your account.
get /api/v1/insurance
Get insurance fund history.
get /api/v1/userEvent
Get your user events
get /api/v1/settlement
Get settlement history.
post /api/v1/order/bulk
Create multiple new orders for the same symbol.
get /api/v1/leaderboard
Get current leaderboard.
get /api/v1/liquidation
Get liquidation orders.
get /api/v1/user/wallet
Get your current wallet information.
post /api/v1/user/logout
Log out of BitMEX.
get /api/v1/orderBook/L2
Get current orderbook in vertical format.
get /api/v1/chat/channels
Get available channels.
get /api/v1/stats/history
Get historical exchange-wide and per-series turnover and volume statistics.
get /api/v1/chat/connected
Get connected users.
get /api/v1/user/commission
Get your account's commission status.
get /api/v1/leaderboard/name
Get your alias on the leaderboard.
post /api/v1/position/isolate
Enable isolated margin or cross margin per-position.
post /api/v1/user/preferences
Save user preferences.
get /api/v1/instrument/active
Get all active instruments and instruments that have expired in <24hrs.
post /api/v1/position/leverage
Choose leverage for a position.
post /api/v1/user/confirmEmail
Confirm your email address with a token.
get /api/v1/globalNotification
Get your current GlobalNotifications.
get /api/v1/instrument/indices
Get all price indices.
get /api/v1/user/walletHistory
Get a history of all of your wallet transactions (deposits, withdrawals, PNL).
get /api/v1/user/walletSummary
Get a summary of all of your wallet transactions (deposits, withdrawals, PNL).
post /api/v1/position/riskLimit
Update your risk limit.
get /api/v1/announcement/urgent
Get urgent (banner) announcements.
get /api/v1/user/depositAddress
Get a deposit address.
get /api/v1/user/quoteFillRatio
Get 7 days worth of Quote Fill Ratio statistics.
post /api/v1/order/closePosition
Close a position. [Deprecated, use POST /order with execInst: 'Close']
get /api/v1/schema/websocketHelp
Returns help text & subject list for websocket usage.
get /api/v1/user/affiliateStatus
Get your current affiliate/referral status.
get /api/v1/user/quoteValueRatio
Get Quote Value Ratio statistics over the last 3 days
post /api/v1/order/cancelAllAfter
Automatically cancel all your orders after a specified timeout.
get /api/v1/user/executionHistory
Get the execution history by day.
get /api/v1/user/minWithdrawalFee
Get the minimum, maximum, and recommended withdrawal fees for a currency.
post /api/v1/user/cancelWithdrawal
Cancel a withdrawal.
get /api/v1/execution/tradeHistory
Get all balance-affecting executions.
get /api/v1/user/checkReferralCode
Check if a referral code is valid.
post /api/v1/user/confirmWithdrawal
Confirm a withdrawal.
post /api/v1/user/requestWithdrawal
Request a withdrawal to an external wallet.
post /api/v1/position/transferMargin
Transfer equity in or out of a position.
post /api/v1/user/communicationToken
Register your communication token for mobile clients
get /api/v1/instrument/compositeIndex
Show constituent parts of an index.
get /api/v1/instrument/activeIntervals
Return all active contract series and interval pairs.
get /api/v1/instrument/activeAndIndices
Helper method. Gets all active instruments and all indices. This is a join of the result of /indices and /active.