Idempotency
Robin supports idempotent programmatic trade submission so callers can retry safely.
Guidance
- Use
Idempotency-Keywhen retryingbuyorsellrequests through the API. - Reuse the same key for the same intended action.
- Treat an idempotent replay as the same logical submission, not a new trade.
Last updated on