Assetyzer
Get Asset Details by ID
import NeucronSDK from 'neucron-sdk/src/neucron-sdk.js';
const neucronSDK = new NeucronSDK();
await neucronSDK.authentication.login({
email: 'dummy@example.com',
password: 'dummyPassword'
});
const options = {
assetId: 'f764572f-9acc-4f18-a686-d6ee01c11248'
};
const response = await neucronSDK.assetyzer.getAssetDetailById(options);
console.log(response);{
data: [
{
walletId: 'f1be9b7d-a9d5-40df-b6c6-e7f176057b14',
assetId: 'f764572f-9acc-4f18-a686-d6ee01c11248',
symbol: 'TCL',
publickey: '0358351ba1fe1af1cd0d0c0a17bd45153023cdad3cb4370ca67071d03b40992d57',
totalSupply: 3,
AssetType: 'gh',
assetName: 'Citadel',
protocolName: 'TCL -f764572f-9acc-4f18-a686-d6ee01c11248-gh',
legalTerm: 'Terms | Privacy | CCPA | Cookie Policy | Cookie Settings | Legal and Compliance',
assetImgUrl: 'https://rb.gy/vhngdm',
companyWebsite: 'https://timechainlabs.io/',
minted: true,
txid: '86823375b2acdc02976c09e1a001000ecd2abe2e95e068e521aff636034e5692',
outputIndex: 0,
header_info: { /* Object */ },
instruments: { /* Object */ },
minterPaymail: '1035@neucron.io',
maintenanceFee: 0,
executedAt: '2024-01-01T15:54:04.688729Z',
identity_provider_publickey: '',
eligble_merchant_code: { merchantCode: [/* Array */] }
},
// Additional asset details if available
],
status_code: 200
}Deploy Asset
Create Asset
Send Asset
Last updated