Skip to main content
POST
Create Genesis Input

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

X-DFNS-USERACTION
string
header
required

User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows

Path Parameters

storeId
string
required
Minimum string length: 1

Body

application/json
kind
enum<string>
required
Available options:
Genesis
numProvisioners
integer
required
Required range: 2 <= x <= 5
numSecp256k1
integer
required
Required range: 0 <= x <= 2000
numEd25519
integer
required
Required range: 0 <= x <= 2000
hsmGenesisSerial
string
required
Minimum string length: 1
macGenesisSerial
string
Minimum string length: 1
hsmGenesisFirmwareVersion
enum<string>
Available options:
2.2,
2.4
debugOptions
object

Development environments only (rejected with a 400 in production). Deep-merged over the generated genesis options block: objects merge recursively, any other value (including new fields and type changes) replaces the existing value.

Response

200 - application/zip

Success

Zip archive containing input/input.json, the genesis fleet-input document.

Last modified on August 14, 2026