AlgoVestaGlossary › Idempotency

Order Execution

Idempotency

Designing execution so that sending the same order request more than once results in only one trade, not duplicates. For example, a unique client order id lets the exchange ignore a repeated request. Idempotency makes retry logic safe.