Create Wallet
API Specification
Create Wallet
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"Data": {
"address": "******",
"walletId": "*****"
},
"Message": "wallet added successfully",
"Status": "SUCCESS"
}{
"Data": null,
"Message": "mandatory params missing",
"Status": "FAILURE"
}Last updated
Was this helpful?