Skip to main content
POST
/
sandbox
/
reset
Reset sandbox environment
curl --request POST \
  --url https://api.sandbox.iron.xyz/api/sandbox/reset \
  --header 'IDEMPOTENCY-KEY: <idempotency-key>' \
  --header 'X-API-Key: <api-key>' \
  --header 'X-SUB-PARTNER-ID: <x-sub-partner-id>'
true

Authorizations

X-API-Key
string
header
required

API Key

Headers

IDEMPOTENCY-KEY
string
required

a UUID ensuring the reset operation is only processed once

X-SUB-PARTNER-ID
string
required

Optional sub-partner UUID, if provided, the wallet address will be registered for the sub-partner

Response

The response is of type boolean.