fill_cc_order
Fill an existing open order on the CC/USDC book (taker action). If filling a SELL order: you buy CC and transfer USDC. If filling a BUY order: you sell CC and receive USDC. Partial fills supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| agent_id | Yes | ||
| order_id | Yes | UUID of the order to fill (from get_cc_orderbook) | |
| fill_cogs | No | How many cogs to fill (optional — omit to fill entire order) |