/wallet
Creates a wallet, it will not be saved in the database, please ensure to remember the mnemonic
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/./../api/v1/wallet/" \ -H "Content-Type: application/json" \ -d '{ "network": "Preprod" }'{
"walletMnemonic": "wallet_mnemonic",
"walletAddress": "wallet_address",
"walletVkey": "wallet_vkey"
}


