Create a wallet
wallet
Create a wallet
Creates a new wallet with the specified Ark server and chain source configuration. Fails if a wallet already exists. Returns the wallet fingerprint on success.
POST
Create a wallet
Authorizations
Base64url-encoded auth token
Body
application/json
The network to use for the wallet
Available options:
mainnet, signet, mutinynet, regtest The Ark server to use for the wallet. Optional when a config.toml already exists in the datadir.
An access token for a private Ark server
An optional birthday height to start syncing the wallet from
Required range:
x >= 0The chain source to use for the wallet. Optional when a config.toml already exists in the datadir.
- Option 1
- Option 2
The optional mnemonic to use for the wallet
Response
Wallet created successfully