Neucron Infrastructure
  1. Wallet
Neucron Infrastructure
  • Neucron
    • Admin
      • Only admin can perform this action
    • App
      • Create App
      • Delete App
      • Get App
      • Get App List
      • Update 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
      • Get Assetyzer Business Profile
      • Create Assetyzer Business profile for neucron user
      • Update Bank Details
      • Get All Assetyzer Business Profiles
      • Update Assetyzer Business Profile
    • Auth
      • Verify Aadhar
      • Email Exists
      • Send Verify Email
      • Verify Email
      • Login
      • Verify OTP
      • Verify PAN
      • Forgot Password
      • Phone Exists
      • Login with phone
      • SignUp with phone
      • Signup
      • Verify UPI
      • User Info
      • Update Password
      • Update User
    • Invoice
      • Approve Invoice
      • Decline Invoice
      • Get all invoice history of current user
      • Get list of invoices created by current user
      • Get all pending invoices of current user
      • Raise Invoice to any user
      • Revoke Invoice
    • Notification
      • Old Notifications
      • Notification Settings
      • Update Notification Settings
    • Pay
      • Send BSV to paymail, address
    • Team
      • Accept Team Invite
      • Get Invite List
      • Create Invites
      • Get Pending Invites
      • Get Team List
      • Get Team Members List
      • Update Team Member Role
      • Remove Team Member
    • Templates
      • Create Templates
      • Get Templates
    • Wallet
      • Create address
        POST
      • Get Wallet Addresses
        GET
      • Get balance
        GET
      • Create Wallet
        POST
      • Update Default Wallet
        PUT
      • History
        GET
      • Get Wallet
        GET
      • Get mnemonic
        GET
      • Delete Paymail
        DELETE
      • Create Paymail
        POST
      • Update Wallet Default Paymail
        PUT
      • Paymail List
        GET
      • Get Xpub key
        GET
  1. Wallet

Get Wallet

GET
/v1/wallet/list
Wallet
Last modified:2025-05-08 10:58:16
Get Wallet

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
OK
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
Previous
History
Next
Get mnemonic
Built with