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
coincatch:cancel_order
Cancel an existing open trading order.
Write
High risk
Create Order
coincatch:create_order
Create a new trading order (buy/sell cryptocurrency).
Write
Medium risk
Create Withdrawal
coincatch:create_withdrawal
Create a cryptocurrency withdrawal request.
Write
Medium risk
Get Account
coincatch:get_account
Get account balance information for trading account.
Read
Low risk
Get Deposit Address
coincatch:get_deposit_address
Get deposit address for a specific cryptocurrency.
Read
Low risk
Get Order
coincatch:get_order
Get details of a specific trading order by ID.
Read
Low risk
Get Orderbook
coincatch:get_orderbook
Get current orderbook (buy/sell orders) for a trading pair.
Read
Low risk
Get Ticker
coincatch:get_ticker
Get current market ticker data (price, volume, etc.) for trading pairs.
Read
Low risk
List Deposits
coincatch:list_deposits
Get deposit history for the account.
Read
Low risk
List Orders
coincatch:list_orders
List trading orders with optional filters.
Read
Low risk
List Trades
coincatch:list_trades
Get trade history (executed trades) for the account.
Read
Low risk
List Withdrawals
coincatch:list_withdrawals
Get withdrawal history for the account.
Read
Low risk