Skip to main content
POST
/
v1beta1
/
insert_order_list
Insert Order (List)
curl --request POST \
  --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/api/v1beta1/insert_order_list \
  --header 'Content-Type: application/json' \
  --data '
{
  "requests": [
    {
      "account": "trading-account-456",
      "all_or_none": true,
      "best_limit": true,
      "cash_order_qty": "<string>",
      "client_account_id": "<string>",
      "client_participant_id": "<string>",
      "clord_id": "<string>",
      "commission_override_basis_points": "<string>",
      "commission_override_flat_fee": "<string>",
      "good_till_time": "2023-11-07T05:31:56Z",
      "ignore_price_validity_checks": true,
      "immediately_executable_limit": true,
      "manual_order_indicator": "MANUAL_ORDER_INDICATOR_UNDEFINED",
      "min_qty": "<string>",
      "order_capacity": "ORDER_CAPACITY_UNDEFINED",
      "order_qty": "<string>",
      "participate_dont_initiate": true,
      "price": "5500",
      "quote": "<string>",
      "self_match_prevention_id": "<string>",
      "self_match_prevention_instruction": "SELF_MATCH_PREVENTION_INSTRUCTION_UNDEFINED",
      "session_id": "<string>",
      "side": "SIDE_UNDEFINED",
      "stop_price": "<string>",
      "strict_limit": true,
      "symbol": "aec-nfl-buf-nyj-2025-01-15",
      "symbol_sub_type": "<string>",
      "time_in_force": "TIME_IN_FORCE_UNDEFINED",
      "trigger_method": "CONDITION_TRIGGER_METHOD_UNDEFINED",
      "type": "ORDER_TYPE_UNDEFINED",
      "user": "<string>"
    }
  ]
}
'
{
  "responses": [
    {
      "order_id": "1ABC2DEF3GHI4"
    }
  ]
}

Body

application/json

Request to insert multiple orders with the given details.

requests
object[]

A list of orders to insert. Maximum 20 orders per request.

Response

A successful response.

responses
object[]

A list of responses to inserted orders.