Submit a new order to an exchange. The shape of signed_order depends on exchange:
SignedPolymarketOrder produced by buildPolymarketOrder()KalshiLimitOrder (server signs)SignedOpinionLabsOrder produced by buildOpinionLabsOrder()GeminiPredictionOrder produced by buildGeminiOrder() (server signs)SignedLimitlessOrder produced by buildLimitlessOrder()PredictFunOrderPayload produced by buildPredictFunOrder()Returns the order ID and current status. Use GET /orders/{id} to poll for fills.
Documentation Index
Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API key (get one from the test-key endpoint above)
Supported exchange identifier.
polymarket, kalshi, opinionlabs, gemini, limitless, predictfun Informational; used for order tracking on the Delphi server.
Order time-in-force. GTC = good-til-canceled, GTD = good-til-date, FOK = fill-or-kill, FAK = fill-and-kill.
GTC, GTD, FOK, FAK Order payload. Shape depends on exchange — see the per-exchange examples.
Optional inline credentials that override stored credentials for this single request. Rarely needed.