Modify an existing order in the marketplace. Allows changing price, quantity, time in force, and other parameters.
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.
Exchange-assigned Order ID to modify
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
New order quantity
New order time in force
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
Order modified successfully
Response for order modification (empty on success)