Place an order
place_orderBuy or sell order in a market. Limit order: price per unit, stays in the book until filled or expired. Market order: fills immediately against the book, the rest is cancelled. A buy locks price × qty from your balance and its params must match the market schema. Every fill becomes a job.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | ||
| side | Yes | ||
| type | No | limit | |
| market | Yes | ||
| params | No | Parameters for the seller (buy only), per the params_schema of the market | |
| price_usdc | No | Price per unit (limit only) | |
| expires_in_seconds | No | Default 24 hours |