Wallets
Manage and generate new wallets using the Masumi Payment Service API
Last updated
Was this helpful?
Manage and generate new wallets using the Masumi Payment Service API
Last updated
Was this helpful?
Gets wallet status
The type of wallet to query
The id of the wallet to query
Whether to include the decrypted secret in the response
false
{"status":"success","data":{"walletVkey":"wallet_vkey","note":"note","PendingTransaction":null,"walletAddress":"wallet_address","Secret":{"createdAt":"1970-01-20T20:00:36.260Z","updatedAt":"1970-01-20T20:00:36.260Z","mnemonic":"decoded_secret"}}}
Wallet status
Creates a wallet, it will not be saved in the database, please ensure to remember the mnemonic
The network the Cardano wallet will be used on
{"walletMnemonic":"wallet_mnemonic","walletAddress":"wallet_address","walletVkey":"wallet_vkey"}
Wallet created