Skip to Content
ConceptsIdempotency

Idempotency

Robin supports idempotent programmatic trade submission so callers can retry safely.

Guidance

  • Use Idempotency-Key when retrying buy or sell requests 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