Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel All Orders
bitmex:cancel_all_orders
Cancel all orders, optionally filtered by symbol and/or side.
Write
High risk
Cancel Order
bitmex:cancel_order
Cancel a specific order by its ID.
Write
High risk
Close Position
bitmex:close_position
Close an entire position by placing an order for the opposite quantity.
Write
Medium risk
Create Order
bitmex:create_order
Create a new order on BitMEX. Use either order_qty OR simple_order_qty, not both.
Write
Medium risk
Get Funding History
bitmex:get_funding_history
Get funding payment history for perpetual contracts.
Read
Low risk
Get Instrument
bitmex:get_instrument
Fetch detailed information about a specific trading instrument.
Read
Low risk
Get Margin
bitmex:get_margin
Get current margin and risk information.
Read
Low risk
Get Order
bitmex:get_order
Fetch a specific order by its ID.
Read
Low risk
Get Position
bitmex:get_position
Get current position for a specific instrument.
Read
Low risk
Get Wallet
bitmex:get_wallet
Get wallet balance and margin information.
Read
Low risk
List Instruments
bitmex:list_instruments
List all available trading instruments with optional filters.
Read
Low risk
List Orders
bitmex:list_orders
List orders with optional filters for symbol, status, and pagination.
Read
Low risk
List Positions
bitmex:list_positions
List all positions, optionally filtered by symbol.
Read
Low risk
List Trades
bitmex:list_trades
List executed trades (fills) with optional filters.
Read
Low risk
Set Leverage
bitmex:set_leverage
Set leverage for a specific instrument position.
Write
Medium risk
Update Order
bitmex:update_order
Update an existing order. Only provided fields will be updated.
Write
Medium risk