client-request-id
from the request; for cancel order request, we can query the order status by order-id
. Depending on the query result,
we can decide whether to retry the request or not.
pending
upon querying, we recommend waiting until the status changes to active
before proceeding. If the order gets stuck
in pending
status for too long (e.g. 2 minutes), we recommend cancelling the order and retrying the request.