Hi everyone,
I’m working on integrating the Alpaca API to manage stock trading, and I have a question about ensuring idempotency when creating orders. Just trying to decide if I need to implement my queueing processing system to execute-only-once or if I can really on a key to ensure alpaca only creates a specific order even if it was executed more than once with the same idempotency key off course).
an example if what I am asking is not clear to anyone. Idempotent requests | Stripe API Reference