Orders
Create Order
Place a new order on the specified platform. Requires stored credentials or a provider with a default client.
POST
Create order
Authorizations
API key for authentication. Generate one via the dashboard or the /v1/api/auth/api-keys endpoint.
Body
application/json
Target platform.
Available options:
kalshi, polymarket, limitless The market to place the order on.
Order side.
Available options:
buy, sell Outcome to trade (e.g., 'Yes', 'No').
Order type.
Available options:
limit, market Number of contracts/shares.
Stored credential ID. Omit to use default.
Limit price (0.01-0.99). Required for limit orders.
Time in force (default: gtc).
Expiration time (ISO 8601).
Client-provided order ID.
Idempotency key to prevent duplicate orders.
Create order