improved

[2022-11-16][V1] Updated error message for invalid order response

šŸ“˜

INFORMATION

Before this change, when you send an invalid order to the create order endpoint, you receive an error message with a 400 status code.

Starting from November 16, we improved the error message to be more clear and consistent.

You are not impacted by this change unless you're doing some logic checking the error message of the response.

deprecated

[2022-11-11][V1] Conditional orders limit

šŸš§

IMPORTANT

Starting from November 15, there will be a limit on the number of orders sharing the same nonce, commonly referred to as conditional orders or OCO orders. Any signer won't be able to create more than 20 orders which share the same nonce.

Please action any change required as soon as possible.

deprecated

[2022-11-04][V1] Change response field types to string

šŸš§

IMPORTANT

Starting from November 19 (2 weeks from now), we will change some of the properties field types from number to string in the response object.

Please action any change required as soon as possible.

[2022-11-01][V1] MakerOrder startTime limit

šŸš§

IMPORTANT

From now onwards, when creating an order, the startTime param in the MakerOrder object can be at most 5 minutes old. If the startTime timestamp is older than 5 minutes, you won't be able to create the order.

deprecated

[2022-10-27][V1] Deprecation of order strategies

šŸš§

DEPRECATION NOTICE

Starting from November 10 (2 weeks from now), you won't be able to use the old strategies when creating orders. We strongly recommend migrating to new strategies as soon as possible.