Neucron Infrastructure
  1. Assetyzer
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
        GET
      • Update Certificate
        PUT
      • Register Certificate
        POST
      • Get Certificate Details
        GET
      • Mint Certificate
        POST
      • Deleting Asset
        DELETE
      • Deploy Asset
        POST
      • Get Asset Details
        GET
      • Data Integrity
        POST
      • Issue Asset
        POST
      • Get AssetLedger Details
        GET
      • Get AllAssetLedgers of current user
        POST
      • Merge Asset
        POST
      • Mint Asset
        POST
      • Redeem Asset
        POST
      • Register Asset
        POST
      • Updating Security Token
        PUT
      • Register Security Token
        POST
      • Get Asset stats
        GET
      • Sync MNEE token
        GET
      • Data Integrity For Text
        POST
      • Transfer Asset
        POST
      • Updating Asset
        PUT
      • Get All Utility Token
        GET
    • 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
      • Get Wallet Addresses
      • Get balance
      • Create Wallet
      • Update Default Wallet
      • History
      • Get Wallet
      • Get mnemonic
      • Delete Paymail
      • Create Paymail
      • Update Wallet Default Paymail
      • Paymail List
      • Get Xpub key
  1. Assetyzer

Get AllAsset of current user

GET
/v1/asset/assetlist
Assetyzer
Last modified:2025-05-08 10:58:16
Get AllAsset of current user

Request

Query Params
searchQuery
string 
optional
asset name
status
string 
optional
status
walletID
string 
optional
walletID
pageNumber
integer 
optional
default: 1
pageSize
integer 
optional
default: 20

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/asset/assetlist'

Responses

🟢200OK
application/json
OK
Body
array of:
app_id
string 
optional
asset_id
string 
optional
asset_name
string 
optional
asset_type
enum<string> 
optional
Allowed values:
STASCERTIFICATEUTILITYSECURITYSTABLECOINMNEETICKET
certificate_metadata
object (stasmodel.CertificateData) 
optional
created_by
string 
optional
department
string 
optional
organization_name
string 
optional
program
string 
optional
project_name
string 
optional
template
integer 
optional
current_supply
integer 
optional
expires_at
string <date>
optional
Example:
2025-12-31T00:00:00Z
image_url
string 
optional
legal_term
string 
optional
protocol
enum<string> 
optional
Allowed values:
STAS-20STAS-789STAS-50STAS-LEGACYNULL
scope
enum<string> 
optional
Allowed values:
publicprivate
security_token
object (stasmodel.SecurityToken) 
optional
cosigner_addresses
array[string]
optional
cosigner_emails
array[string]
optional
cosigner_paymails
array[string]
optional
cosigner_pubkeys
array[string]
optional
locking_script
string 
optional
security_token_id
string 
optional
signature_required
integer 
optional
status
enum<string> 
optional
Allowed values:
draftedmintedexpireddeployed
symbol
string 
optional
team_id
string 
optional
tokenDetail
object 
optional
Additional properties
integer  | number  | string  | boolean 
optional
total_supply
integer 
optional
user_id
string 
optional
utxo_id
string 
optional
wallet_id
string 
optional
Example
[
  {
    "app_id": "string",
    "asset_id": "string",
    "asset_name": "string",
    "asset_type": "STAS",
    "certificate_metadata": {
      "created_by": "string",
      "department": "string",
      "organization_name": "string",
      "program": "string",
      "project_name": "string",
      "template": 0
    },
    "current_supply": 0,
    "expires_at": "2025-12-31T00:00:00Z",
    "image_url": "string",
    "legal_term": "string",
    "protocol": "STAS-20",
    "scope": "public",
    "security_token": {
      "cosigner_addresses": [
        "string"
      ],
      "cosigner_emails": [
        "string"
      ],
      "cosigner_paymails": [
        "string"
      ],
      "cosigner_pubkeys": [
        "string"
      ],
      "locking_script": "string",
      "security_token_id": "string",
      "signature_required": 0
    },
    "status": "drafted",
    "symbol": "string",
    "team_id": "string",
    "tokenDetail": {
      "property1": null,
      "property2": null
    },
    "total_supply": 0,
    "user_id": "string",
    "utxo_id": "string",
    "wallet_id": "string"
  }
]
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-05-08 10:58:16
Previous
Update App
Next
Update Certificate
Built with