X-Idempotency-Key
header. When you include an idempotency key with a request, the API responds as follows:
X-Idempotency-Key
header must be a valid UUID v4 string. For example:
X-Idempotency-Key
parameter in the documentation for the related endpoint. When present, this optional header parameter indicates that the endpoint supports idempotent requests.
For example, in the Create an EVM account endpoint documentation, you’ll see a field that allows you to pass the X-Idempotency-Key
header.
POST
endpoints that modify state (like creating accounts or signing transactions) support idempotency.