place_cc_order
Place a buy or sell limit order on the CC/USDC order book. SELL: locks your CC in escrow, releases USDC when filled. BUY: records your USDC bid, releases CC when matched. Auto-matches against existing opposite orders immediately. Minimum: 10,000 cogs (1 CC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note visible to counterparty | |
| api_key | Yes | ||
| agent_id | Yes | ||
| order_type | Yes | buy = you want CC and pay USDC. sell = you want USDC and pay CC. | |
| usdc_per_cc | Yes | Your limit price: USDC per 1 CC. Buy order fills at or below this. Sell order fills at or above. | |
| cc_amount_cogs | Yes | Amount in cogs (min 10000 = 1 CC) |