- 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
Get Wallet
GET
/v1/wallet/list
Wallet
Last modified:2025-05-08 10:58:16
Request
None
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 GET '/v1/wallet/list'
Responses
🟢200OK
application/json
Body
array of:
app_id
stringÂ
optional
isMigrated
stringÂ
optional
is_default
booleanÂ
optional
key_id
stringÂ
optional
mnemonic
stringÂ
optional
nonCustodial
stringÂ
optional
path
stringÂ
optional
paymail_id
stringÂ
optional
raw_x_pub
stringÂ
optional
seed
array[integer]
optional
team_id
stringÂ
optional
user_id
stringÂ
optional
wallet_id
stringÂ
optional
wallet_name
stringÂ
optional
x_priv
array[integer]
optional
x_pub
stringÂ
optional
Example
[
{
"app_id": "string",
"isMigrated": "string",
"is_default": true,
"key_id": "string",
"mnemonic": "string",
"nonCustodial": "string",
"path": "string",
"paymail_id": "string",
"raw_x_pub": "string",
"seed": [
0
],
"team_id": "string",
"user_id": "string",
"wallet_id": "string",
"wallet_name": "string",
"x_priv": [
0
],
"x_pub": "string"
}
]
🟠400Bad Request
🔴500Server Error
Modified at 2025-05-08 10:58:16