/wallet
Creates a wallet, it will not be saved in the database, please ensure to remember the mnemonic
token<token>
API key authentication via header (token)
In: header
networkstring
The network the Cardano wallet will be used on
Value in
"Preprod" | "Mainnet"
Response Body
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"
}