Modify Order
Modify an existing order in the marketplace. Allows changing price, quantity, time in force, and other parameters.
Authorizations
Your API key ID (UUID). Generate at polymarket.us/developer.
Unix timestamp in milliseconds. Must be within 30 seconds of server time.
Base64-encoded Ed25519 signature of timestamp + method + path. See Authentication for details.
Path Parameters
Exchange-assigned Order ID to modify
Body
Request to modify an existing order
Request to modify an existing order
Unique market slug for the order being modified
New order price and currency
Order quantity in contracts. Supports decimal quantities on markets whose minimumTradeQty is less than 1.
New order time in force
TIME_IN_FORCE_DAY, TIME_IN_FORCE_GOOD_TILL_CANCEL, TIME_IN_FORCE_GOOD_TILL_DATE, TIME_IN_FORCE_IMMEDIATE_OR_CANCEL, TIME_IN_FORCE_FILL_OR_KILL Order must rest on the book prior to matching (maker only)
Good till time for orders with TIME_IN_FORCE_GOOD_TILL_DATE
Response
Order modified successfully
Response for order modification (empty on success)