- Neucron
- Admin
- App
- Assetyzer
- Get AllAsset of current userGET
- Update CertificatePUT
- Register CertificatePOST
- Get Certificate DetailsGET
- Mint CertificatePOST
- Deleting AssetDELETE
- Deploy AssetPOST
- Get Asset DetailsGET
- Data IntegrityPOST
- Issue AssetPOST
- Get AssetLedger DetailsGET
- Get AllAssetLedgers of current userPOST
- Merge AssetPOST
- Mint AssetPOST
- Redeem AssetPOST
- Register AssetPOST
- Updating Security TokenPUT
- Register Security TokenPOST
- Get Asset statsGET
- Sync MNEE tokenGET
- Data Integrity For TextPOST
- Transfer AssetPOST
- Updating AssetPUT
- Get All Utility TokenGET
- Assetyzer Business
- Auth
- Invoice
- Notification
- Pay
- Team
- Templates
- Wallet
Issue Asset
POST
/v1/asset/issue
Assetyzer
Last modified:2025-05-08 10:58:16
Request
Body Params application/json
amount
integer
optional
utxo_id
string
optional
Example
{
"amount": 0,
"utxo_id": "string"
}
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/asset/issue' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"utxo_id": "string"
}'
Responses
🟢200OK
application/json
Body
Additional properties
integer | number | string | boolean
optional
Example
{}
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-05-08 10:58:16