Wallets
Manage and generate new wallets using the Masumi Payment Service API
Wallets are a key component in the Masumi Payment Service, so understanding their concepts is crucial to securely using Masumi. Click here to learn more about how Masumi utilizes different kinds of wallets.
/wallet
REQUIRES API KEY Authentication (+ADMIN)
Gets wallet status
GET./../api/v1//wallet/
Authorization
Query parameters
Response
Wallet status
Body
status*string
data*object
Request
Response
REQUIRES API KEY Authentication (+ADMIN)
Creates a wallet, it will not be saved in the database, please ensure to remember the mnemonic
POST./../api/v1//wallet/
Authorization
Body
network*enum
The network the Cardano wallet will be used on
PREPRODMAINNET
Response
Wallet created
Body
walletMnemonic*string
walletAddress*string
walletVkey*string
Request
Response
Last updated