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.
Add Margin
kucoin_futures:add_margin
Add margin to an existing position to reduce liquidation risk.
Write
Medium risk
Cancel All Orders
kucoin_futures:cancel_all_orders
Cancel all active futures orders, optionally filtered by symbol.
Write
High risk
Cancel Order
kucoin_futures:cancel_order
Cancel an active futures order.
Write
High risk
Create Order
kucoin_futures:create_order
Create a new futures order (market or limit).
Write
Medium risk
Get Account
kucoin_futures:get_account
Get futures account information including available balance and positions overview.
Read
Low risk
Get Funding Rate
kucoin_futures:get_funding_rate
Get current and predicted funding rate for a futures symbol.
Read
Low risk
Get Order
kucoin_futures:get_order
Get detailed information about a specific futures order.
Read
Low risk
Get Position
kucoin_futures:get_position
Get detailed information about a specific futures position.
Read
Low risk
Get Ticker
kucoin_futures:get_ticker
Get real-time ticker information for a futures symbol including price, volume, and 24h stats.
Read
Low risk
List Fills
kucoin_futures:list_fills
List trade fills (executed trades) with optional filtering.
Read
Low risk
List Orders
kucoin_futures:list_orders
List futures orders with optional filtering by status, symbol, and time range.
Read
Low risk
List Positions
kucoin_futures:list_positions
List all open futures positions with PnL and margin information.
Read
Low risk
List Symbols
kucoin_futures:list_symbols
Get list of all available futures trading symbols with contract details.
Read
Low risk
Modify Auto Deposit
kucoin_futures:modify_auto_deposit
Enable or disable auto deposit margin for a position to prevent liquidation.
Write
Medium risk