This endpoint provides a mechanism to protect the user from network malfunctions. The user can send a request with a timeout in milliseconds which will trigger a countdown timer that will cancel all user orders when timeout expires.

The user has to keep sending request to push back the timeout expiration or they can deactivate the mechanism by specifying a timeout of zero (0).

The trigger id remains the same as long as you keep resetting the timer. If the trigger is turned off and on again or the timer expires, a new ID will be generated for the next trigger. You can check the status of a trigger via the status endpoint by providing the ID.

We recommend setting a timeout of 1 minute and resetting the timer every 15 seconds.

Cost

Each request to this endpoint costs 1 API credit

Body Params
int64
required

Time of request creation, required for all trading requests. In milliseconds.

int64
Defaults to 5000

The number of milliseconds after timestamp the request is valid for

int64

The timeout specified in millisecond.

Headers
string
required

Required signature of request

Response

Response body
Language
Credentials