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.
Create Address
circle:create_address
Create a new blockchain address for receiving deposits.
Write
Medium risk
Create Payment
circle:create_payment
Create a new payment with the specified amount and payment source.
Write
Medium risk
Create Payout
circle:create_payout
Create a new payout to send funds to a destination.
Write
Medium risk
Create Settlement
circle:create_settlement
Create a new settlement instruction for wire or ACH transfers.
Write
Medium risk
Create Transfer
circle:create_transfer
Create a new transfer to move funds between wallets or to blockchain addresses.
Write
Medium risk
Create Wallet
circle:create_wallet
Create a new wallet for holding digital currency.
Write
Medium risk
Get Address
circle:get_address
Fetch a single blockchain address by ID with details.
Read
Low risk
Get Payment
circle:get_payment
Fetch a single payment by ID with current status and details.
Read
Low risk
Get Payout
circle:get_payout
Fetch a single payout by ID with current status and details.
Read
Low risk
Get Settlement
circle:get_settlement
Fetch a single settlement instruction by ID with details.
Read
Low risk
Get Transfer
circle:get_transfer
Fetch a single transfer by ID with current status and details.
Read
Low risk
Get Wallet
circle:get_wallet
Fetch a single wallet by ID with balance and details.
Read
Low risk
List Addresses
circle:list_addresses
List all blockchain addresses associated with your Circle account.
Read
Low risk
List Payments
circle:list_payments
List payments with optional filtering by status, type, and date range.
Read
Low risk
List Payouts
circle:list_payouts
List payouts with optional filtering by status, destination type, and date range.
Read
Low risk
List Settlements
circle:list_settlements
List all settlement instructions associated with your Circle account.
Read
Low risk
List Transfers
circle:list_transfers
List transfers with optional filtering by wallet and date range.
Read
Low risk
List Wallets
circle:list_wallets
List all wallets associated with your Circle account.
Read
Low risk