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
oanda:cancel_order
Cancel a pending order.
Write
High risk
Close Position
oanda:close_position
Close long and/or short positions for an instrument.
Write
Medium risk
Close Trade
oanda:close_trade
Close an open trade partially or completely.
Write
Medium risk
Create Order
oanda:create_order
Create a new trading order (market, limit, stop, etc.).
Write
Medium risk
Get Account
oanda:get_account
Fetch detailed account information including balance, margin, and open positions.
Read
Low risk
Get Candles
oanda:get_candles
Get historical candlestick data for an instrument.
Read
Low risk
Get Instruments
oanda:get_instruments
Get tradeable instruments and their properties for an account.
Read
Low risk
Get Order
oanda:get_order
Get details of a specific order by ID.
Read
Low risk
Get Position
oanda:get_position
Get position details for a specific instrument.
Read
Low risk
Get Pricing
oanda:get_pricing
Get current pricing information for specified instruments.
Read
Low risk
Get Trade
oanda:get_trade
Get details of a specific trade by ID.
Read
Low risk
List Accounts
oanda:list_accounts
List all trading accounts accessible with the current API key.
Read
Low risk
List Orders
oanda:list_orders
List orders for an account with optional filtering.
Read
Low risk
List Positions
oanda:list_positions
List all positions for an account.
Read
Low risk
List Trades
oanda:list_trades
List trades for an account with optional filtering.
Read
Low risk