This method allows you to create a new wallet. The created wallet will be a Parent Wallet.
API Key permission group : Enable Wallet Management
Designated Wallet : Not Impacted
{
"requestId": 0,
"timestamp": 0,
"walletName": "string",
"walletType": 10
}curl --location --request POST '/open-api/v1/wallet/create' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": 0,
"timestamp": 0,
"walletName": "string",
"walletType": 10
}'{
"data": {
"walletId": 374671162262925300,
"walletIdStr": "374671162262925312",
"walletName": "QW for test",
"walletType": 20
},
"code": "000000",
"message": "Success"
}