Ensure safe retries and avoid duplicate operations with idempotency keys
idempotency_key
in your POST request body, Zinc will guarantee that only a single order is created for that key — even if you retry the request due to a network error or timeout.
"idempotency_key"
(such as a UUID or random string) to the body of any POST request