- Neucron
- Admin
- App
- Assetyzer
- Get AllAsset of current user
- Update Certificate
- Register Certificate
- Get Certificate Details
- Mint Certificate
- Deleting Asset
- Deploy Asset
- Get Asset Details
- Data Integrity
- Issue Asset
- Get AssetLedger Details
- Get AllAssetLedgers of current user
- Merge Asset
- Mint Asset
- Redeem Asset
- Register Asset
- Updating Security Token
- Register Security Token
- Get Asset stats
- Sync MNEE token
- Data Integrity For Text
- Transfer Asset
- Updating Asset
- Get All Utility Token
- Assetyzer Business
- Auth
- Invoice
- Notification
- Pay
- Team
- Templates
- Wallet
Create Paymail
POST
/v1/wallet/paymail/create
Wallet
Last modified:2025-05-08 10:58:16
Request
Query Params
paymailName
string
optional
walletID
string
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/wallet/paymail/create'
Responses
🟢200OK
application/json
Body
alias
string
optional
app_id
string
optional
domain
string
optional
external_xpub_key
string
optional
external_xpub_num
integer
optional
id
string
optional
is_wallet_default
boolean
optional
paymail_id
string
optional
pubkey_num
integer
optional
public_name
string
optional
team_id
string
optional
user_id
string
optional
wallet_id
string
optional
xpub_derivation_seq
integer
optional
xpub_id
string
optional
Example
{
"alias": "string",
"app_id": "string",
"domain": "string",
"external_xpub_key": "string",
"external_xpub_num": 0,
"id": "string",
"is_wallet_default": true,
"paymail_id": "string",
"pubkey_num": 0,
"public_name": "string",
"team_id": "string",
"user_id": "string",
"wallet_id": "string",
"xpub_derivation_seq": 0,
"xpub_id": "string"
}
🟠400Bad Request
🔴500Server Error
Modified at 2025-05-08 10:58:16