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 Order
bingx:cancel_order
Cancel an existing order by order ID or client order ID.
Write
High risk
Close Position
bingx:close_position
Close an existing position partially or completely using a market or limit order.
Write
Medium risk
Create Order
bingx:create_order
Create a new trading order (market, limit, or stop order).
Write
Medium risk
Get Account Balance
bingx:get_account_balance
Get account balance information including available balance and positions.
Read
Low risk
Get Market Price
bingx:get_market_price
Get current market price and 24h statistics for one or all trading symbols.
Read
Low risk
Get Order
bingx:get_order
Get details of a specific order by order ID or client order ID.
Read
Low risk
Get Order Book
bingx:get_order_book
Get order book (market depth) data showing current bids and asks.
Read
Low risk
List Orders
bingx:list_orders
List orders with optional filtering by symbol, status, and time range.
Read
Low risk
List Positions
bingx:list_positions
List all open positions or positions for a specific symbol.
Read
Low risk
List Symbols
bingx:list_symbols
Get list of all available trading symbols and their specifications.
Read
Low risk
Set Leverage
bingx:set_leverage
Set leverage for a specific symbol and position side.
Write
Medium risk