- 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
Only admin can perform this action
POST
/v1/admin/utxos
Admin
Last modified:2025-05-08 10:58:16
Request
Query Params
secret
string
optional
Body Params application/json
hex
string
optional
metadata
object (models.P2PMetaData)
optional
note
string
optional
pubkey
string
optional
sender
string
optional
signature
string
optional
reference
string
optional
Example
{
"hex": "string",
"metadata": {
"note": "string",
"pubkey": "string",
"sender": "string",
"signature": "string"
},
"reference": "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/admin/utxos' \
--header 'Content-Type: application/json' \
--data-raw '{
"hex": "string",
"metadata": {
"note": "string",
"pubkey": "string",
"sender": "string",
"signature": "string"
},
"reference": "string"
}'
Responses
🟢200OK
application/json
Body
data
object
optional
assetID
string
optional
status_code
integer
optional
Example
{
"data": {
"assetID": "string"
},
"status_code": 0
}
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-05-08 10:58:16